Interface StaticDataSourceMetadata<Data>

interface StaticDataSourceMetadata<Data = any> {
    data?: StaticDataSourceData<Data>;
    id: string;
    restore?: boolean;
    [key: string]: any;
}

Type Parameters

  • Data = 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