Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (40 loc) · 3.97 KB

plugins.core.application.manager.md

File metadata and controls

49 lines (40 loc) · 3.97 KB

docs » plugins.core.application.manager


Application manager.

API Overview

API Documentation

Functions

Signature plugins.core.application.manager.defaultSearchConsoleToolbar() -> table
Type Function
Description Returns the default search toolbar data.
Parameters
  • None
Returns
  • A table
Signature plugins.core.application.manager.getApplications() -> table
Type Function
Description Gets all the registered applications.
Parameters
  • None
Returns
  • A table of all the registered applications.
Signature plugins.core.application.manager.getSearchConsoleToolbar(bundleID) -> table
Type Function
Description Gets the Search Console Toolbar data for a specific bundle ID.
Parameters
  • bundleID - The bundle ID of the application you want to get.
Returns
  • A table of the Search Sonole Toolbar data for the specified application.
Signature plugins.core.application.manager.registerApplication(data) -> none
Type Function
Description Registers a new application.
Parameters
  • data - A table containing the information to register.
Returns
  • None
Notes
  • The data table should contain:
  • displayName - The display name of the application
  • bundleID - The bundle ID of the application
  • searchConsoleToolbar - A table containing the Search Console Toolbar information
  • legacyGroupID - A string containing the legacy group ID (i.e. "fcpx")