Provides information for a particular Extension which has been registered with a PluginManager.
readonly
extensionHandle: string
Handle provided by a PluginManager to reference an Extension
readonly
optional
extensionData: ReadonlyMap<string, string>
Optional data provided by the ExtensionDescriptor associated with the Extension
readonly
optional
pluginData: ReadonlyMap<string, string>
Optional data provided by the Plugin providing the Extension