Interface BaseDataSourceMetadata

interface BaseDataSourceMetadata {
    id: string;
    restore?: boolean;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

id: string
restore?: boolean

Indicates weather the data source should restore the last value from local storage