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

Latest commit

 

History

History
35 lines (27 loc) · 1.95 KB

plugins.core.console.md

File metadata and controls

35 lines (27 loc) · 1.95 KB

docs » plugins.core.console


Search Console

Submodules

API Overview

  • Functions - API calls offered directly by the extension
  • register
  • show

API Documentation

Functions

Signature plugins.core.console.register(bundleID, activator) -> none
Type Function
Description Registers an application specific Search Console.
Parameters
  • bundleID - The bundle ID of the application
  • activatorFn - A function that returns an activator.
Returns
  • None
Signature plugins.core.console.show() -> none
Type Function
Description Shows the Search Console.
Parameters
  • None
Returns
  • None