Events: { attrChanged: ( optionName: string, attributeName: string, oldValue: any, newValue: any, ) => void; optionChanged: (optionName: string, oldValue?: any, newValue?: any) => void; optionsModified: () => void; stateChanged: ( state: BG.charts.Object.State, flags: BG.charts.Object.State.EFlags, ) => void;} Type declaration
attrChanged: (
optionName: string,
attributeName: string,
oldValue: any,
newValue: any,
) => void
optionChanged: (optionName: string, oldValue?: any, newValue?: any) => void
optionsModified: () => void
Fired when the an attribute of a config option changes