@stereograph/teiaviewer - v17.8.0-dev
Preparing search index...
viewer
BooleanController
Class BooleanController
Hierarchy (
View Summary
)
ValueController
<
boolean
>
BooleanController
Index
Constructors
constructor
Properties
is
Boolean
Controller
is
Saved
In
Local
Storage
is
Value
Controller
on
Change
show
In
Dev
Tools
tag
Accessors
value
Constructors
constructor
new
BooleanController
(
defaultValue
:
boolean
,
options
?:
ValueControllerOptions
<
boolean
>
,
)
:
BooleanController
Signal emitted when the value changes
Parameters
defaultValue
:
boolean
options
:
ValueControllerOptions
<
boolean
>
= {}
Returns
BooleanController
Properties
Readonly
is
Boolean
Controller
isBooleanController
:
true
Readonly
is
Saved
In
Local
Storage
isSavedInLocalStorage
:
boolean
Readonly
is
Value
Controller
isValueController
:
true
Readonly
on
Change
onChange
:
ViewerSignal
<
(
value
:
boolean
)
=>
void
>
= ...
Readonly
show
In
Dev
Tools
showInDevTools
:
boolean
Readonly
tag
tag
:
string
Accessors
value
get
value
()
:
T
Returns
T
set
value
(
newValue
:
T
)
:
void
Parameters
newValue
:
T
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Boolean
Controller
is
Saved
In
Local
Storage
is
Value
Controller
on
Change
show
In
Dev
Tools
tag
Accessors
value
@stereograph/teiaviewer - v17.8.0-dev
Loading...