Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
BooleanField
Interface BooleanField
A field with a boolean value.
interface
BooleanField
{
type
:
"Boolean"
;
value
:
boolean
;
}
Hierarchy (
View Summary
)
ICustomField
BooleanField
Index
Properties
type
value
Properties
Readonly
type
type
:
"Boolean"
The type of this field.
Readonly
value
value
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Typescript SDK Type Docs
Loading...
A field with a boolean value.