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

    Interface ListCell

    interface ListCell {
        cls?: string;
        target?: any;
        text: string;
        title?: string;
    }
    Index
    cls?: string

    Extra classes, e.g. 'pci-cell-name'.

    target?: any

    A link target. Clicking the cell calls ListView#onLink with it instead of selecting the row.

    text: string

    The text.

    title?: string

    A tooltip.