map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface TableModelWatchProperties

    Watchable properties of a TableModel.

    interface TableModelWatchProperties {
        columns: readonly Column[];
        filterBy: SuggestFilter;
        loadError: Error;
        sortBy: SortSpecifier[];
        state: TableModelState;
        total: number;
    }
    Index

    Properties

    columns: readonly Column[]

    Columns can be watched.

    filterBy: SuggestFilter

    filterBy state can be watched.

    loadError: Error

    if an error happened.

    sortBy: SortSpecifier[]

    sortBy state can be watched.

    state can be watched.

    total: number

    total state can be watched.