Preparing search index...
The search index is not available
@rxap/data-source - v19.1.0
@rxap/data-source
ObservableDataSourceMetadata
Interface ObservableDataSourceMetadata<Data>
interface
ObservableDataSourceMetadata
<
Data
>
{
data
?:
Observable
<
Data
>
;
id
:
string
;
restore
?:
boolean
;
[
key
:
string
]:
any
;
}
Type Parameters
Data
Hierarchy (
View Summary
)
BaseDataSourceMetadata
ObservableDataSourceMetadata
Indexable
[
key
:
string
]:
any
Index
Properties
data?
id
restore?
Properties
Optional
data
data
?:
Observable
<
Data
>
id
id
:
string
Optional
restore
restore
?:
boolean
Indicates weather the data source should restore the last value from local storage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
restore
@rxap/data-source - v19.1.0
Loading...
Indicates weather the data source should restore the last value from local storage