Engine API Reference - v2.23.0-beta.7
    Preparing search index...

    Interface RowElements

    interface RowElements {
        cls: string;
        el: HTMLElement;
        labelEl: HTMLElement;
        swatchEl: HTMLElement | null;
        target: any;
        text: string;
        valueEl: HTMLElement;
    }
    Index
    cls: string

    The value class last rendered.

    The row.

    labelEl: HTMLElement

    The label.

    swatchEl: HTMLElement | null

    The color chip, if any.

    target: any

    The object the value links to, if any.

    text: string

    The value text last rendered.

    valueEl: HTMLElement

    The value.