@nospamproxy/core
Preparing search index...
custom-elements/webparts/UserPreference/PreferenceService
Preset
Interface Preset<T>
interface
Preset
<
T
=
unknown
>
{
data
:
T
;
isDefault
:
boolean
;
name
:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
data
is
Default
name
Properties
data
data
:
T
The preset data.
is
Default
isDefault
:
boolean
True, if this is the default preset.
name
name
:
string
A unique name for the preset.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
is
Default
name
@nospamproxy/core
Loading...
The preset data.