ExtensionAPI
API
The API for interacting with the metadata of an extension.
Anchor to standardapiStandardApi
The base API object provided to purchase
extension targets.
Anchor to extension
extension
<Target>
required
The meta information about the extension.
Was this section helpful?
Anchor to useExtensionuse Extension()
use Extension()
Returns the metadata about the extension.
Extension
Was this section helpful?
Anchor to useExtensionDatause Extension Data()
use Extension Data()
Returns the metadata about the extension. This is deprecated, use instead.
Extension
Was this section helpful?
Anchor to useExtensionCapabilitiesuse Extension Capabilities()
use Extension Capabilities()
Returns a list of an extension's granted capabilities.
[]
Was this section helpful?
Returns whether or not a given capability of an extension is granted.
Anchor to capability
capability
required
Anchor to useExtensionCapability-returnsReturnsboolean
boolean
Was this section helpful?
Anchor to useExtensionEditoruse Extension Editor()
use Extension Editor()
Returns information about the editor where the extension is being rendered.
| undefined
Was this section helpful?