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

OptionsPanelExtensionEvents Interface

Describes events this extension fires.

Declaration

export interface OptionsPanelExtensionEvents

Properties

customizeSections Property

Occurs before the Options menu is rendered.

Declaration

customizeSections: CustomizeSectionsEventArgs

Property Value

Type Description
CustomizeSectionsEventArgs

An object that provides data for the event.

Remarks

Main article: onCustomizeSections