Skip to main content

ExtensionOptions Type

Provides access to the extension options.

#Declaration

TypeScript
export type ExtensionOptions = {
    [index: string]: Object | false | ExtensionCreator;
}

#Members

Type Description
[index: string]: Object | false | ExtensionCreator

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).