meo-canvas - v8.1.5
    Preparing search index...

    Type Alias ResolvedChartProps<T>

    ResolvedChartProps: ChartProps<T, ResolvedChartItem>

    ChartProps as the chart itself receives them, with every item callback already built.

    withBuiltChartItems returns this, which is where the narrowing is earned rather than asserted: its body converts each descriptor, and its signature is the proof the chart relies on.

    Type Parameters