Interface DatasetWatchProperties

Properties which may dynamically change in a dataset.

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

Properties

initError: Error

an init error happened

itemCount: ItemCount

the itemCount.

the state.

title: string

the title.

updateError: Error

an update error happened

Generated using TypeDoc