interface PaneState {
    priceScale: PriceScaleState;
    weight: number;
}

Properties

Properties

priceScale: PriceScaleState
weight: number

Relative height weight among panes.