ledfx
Preparing search index...
Preset
Interface Preset
Represents a single preset with its configuration and active status.
interface
Preset
{
active
:
boolean
;
config
:
EffectConfig
;
name
:
string
;
}
Index
Properties
active
config
name
Properties
active
active
:
boolean
config
config
:
EffectConfig
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
config
name
ledfx
Loading...
Represents a single preset with its configuration and active status.