pond-ts API Reference (core)
    Preparing search index...

    Type Alias ValueKeyedSchema<S, Axis>

    ValueKeyedSchema: readonly [
        ColumnDef<Axis, "value">,
        ...ExcludeColumnByName<ValueColumnsForSchema<S>, Axis>,
    ]

    The schema produced by TimeSeries.byValue(Axis): the named axis column becomes the 'value' key, and is removed from the value columns (the key takes its name, so leaving it as a value column would duplicate the name).

    Type Parameters