interface ExtensionInfo

Provides information for a particular Extension which has been registered with a PluginManager.

Properties

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

Usage

import type ExtensionInfo from ".";