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

    Interface DatasetWatchProperties

    Properties which may dynamically change in a dataset.

    interface DatasetWatchProperties {
        initError: Error;
        itemCount: ItemCount;
        state: DatasetState;
        title: string;
        updateError: Error;
    }
    Index

    Properties

    initError: Error

    an init error happened

    itemCount: ItemCount

    the itemCount.

    the state.

    title: string

    the title.

    updateError: Error

    an update error happened