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

Properties

indicatorId: string
paneIndex: number
visible?: boolean

Omitted by older layouts, which restore the indicator as visible.