ExtensionOptions Type
In This Article
Provides access to the extension options.
#Declaration
TypeScript
export type ExtensionOptions = {
[index: string]: Object | false | ExtensionCreator;
}
#Members
Type | Description |
---|---|
[index: string]: Object | false | Extension |
A string that is an option value or an object that contains options. |
#Remarks
See the ...ExtensionOptions
types to get the available options (for example, DashboardParameterDialogExtensionOptions or DataInspectorExtensionOptions).