iink-ts - v4.0.0
    Preparing search index...

    Type Alias TVariableEncartItem

    One row displayed in the variable-value encart (name, current value, source-type label). swatchColor matches the highlight drawn on the variable's occurrence(s) in the block ink; typeColor colors the source-type label text (API/Global/Predefined/Undefined).

    type TVariableEncartItem = {
        name: string;
        swatchColor: string;
        typeColor: string;
        typeLabel: string;
        value: string;
    }
    Index
    name: string
    swatchColor: string
    typeColor: string
    typeLabel: string
    value: string