interface IndicatorState {
    indicatorId: string;
    paneIndex: number;
    settings: IndicatorSettings;
}

Properties

indicatorId: string
paneIndex: number