Back to Devexpress

ExtensionOptions Type

dashboard-js-devexpress-dot-dashboard-98e1bb73.md

latest734 B
Original Source

ExtensionOptions Type

Provides access to the extension options.

Declaration

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

Members

TypeDescription
[index: string]: Objectfalse

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