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

    Type Alias VegaLiteRepeatDef

    VegaLiteRepeatDef: string[] | { row?: string[]; column?: string[] }

    Top-level repeat operator definition.

    Either a plain field array (wrapped layout, combined with columns) or { row?: string[], column?: string[] } for a repeat grid.