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

OptionsPanelExtensionEvents Type

Describes events this extension fires.

Declaration

export type OptionsPanelExtensionEvents = {
    customizeSections: CustomizeSectionsEventArgs;
}

Members

Name Type Description
customizeSections CustomizeSectionsEventArgs

Occurs before the Options menu is rendered.