Interface IPluginPanelOptions

interface IPluginPanelOptions {
    control: JQuery;
    controlState: number;
    type: string;
}

Properties

control: JQuery
controlState: number
type: string

Generated using TypeDoc