Preparing search index...
The search index is not available
@universal-ember/table
@universal-ember/table
index
PreferencesAdapter
Interface PreferencesAdapter
interface
PreferencesAdapter
{
persist
(
key
:
string
,
data
?:
PreferencesData
)
:
void
;
restore
(
key
:
string
)
:
undefined
|
PreferencesData
;
}
Index
Methods
persist?
restore?
Methods
Optional
persist
persist
(
key
:
string
,
data
?:
PreferencesData
)
:
void
Parameters
key
:
string
Optional
data
:
PreferencesData
Returns
void
Optional
restore
restore
(
key
:
string
)
:
undefined
|
PreferencesData
Parameters
key
:
string
Returns
undefined
|
PreferencesData
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
persist
restore
@universal-ember/table
Loading...