MAIDR Documentation - v3.73.0
    Preparing search index...

    Interface VegaLiteTransform

    A single entry of a spec's transform array.

    Only filter is modelled — it is the one transform that identifies the subset of the data a layer draws, and therefore the only one that can name a per-group layer. Every other transform (density, aggregate, calculate, …) is passed over.

    interface VegaLiteTransform {
        filter?: string | VegaLiteFilterPredicate;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    filter?: string | VegaLiteFilterPredicate