Conformal TypeScript API
Preparing search index...
@conformal/plugin
SwitchParamInfo
Type Alias SwitchParamInfo
Information about a switch parameter.
type
SwitchParamInfo
=
{
default
:
boolean
;
title
:
string
;
}
Index
Properties
default
title
Properties
default
default
:
boolean
The default value of the parameter
title
title
:
string
The title of the parameter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
title
Conformal TypeScript API
Loading...
Information about a switch parameter.