Interface OptionsChangeEvent

An event that fires when options has been changed.

interface OptionsChangeEvent {
    data: IOptions;
    type: "optionschange";
}

Properties

Properties

data: IOptions

New options.

type: "optionschange"

Event type.