Skip to main content
A newer version of this page is available. .

ExtensionOptions Type

Lists values that provide access to the extension options.

Declaration

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.