@stereograph/teiaviewer - v18.5.0-dev
Preparing search index...
viewer
ObjectController
Class ObjectController<TObject>
Type Parameters
TObject
extends
AnyObject
Hierarchy (
View Summary
)
ValueController
<
TObject
>
ObjectController
Index
Constructors
constructor
Properties
can
Reset
is
Object
Controller
is
Saved
In
Local
Storage
is
Value
Controller
on
Change
show
In
Dev
Tools
tag
Accessors
default
Value
stringify
Value
value
Methods
reset
Constructors
constructor
new
ObjectController
<
TObject
extends
AnyObject
>
(
defaultValue
:
TObject
,
options
?:
ValueControllerOptions
<
TObject
>
,
)
:
ObjectController
<
TObject
>
Signal emitted when the value changes
Type Parameters
TObject
extends
AnyObject
Parameters
defaultValue
:
TObject
options
:
ValueControllerOptions
<
TObject
>
= {}
Returns
ObjectController
<
TObject
>
Properties
Readonly
can
Reset
canReset
:
boolean
Readonly
is
Object
Controller
isObjectController
:
true
Readonly
is
Saved
In
Local
Storage
isSavedInLocalStorage
:
boolean
Readonly
is
Value
Controller
isValueController
:
true
Readonly
on
Change
onChange
:
ViewerSignal
<
(
value
:
TObject
)
=>
void
>
= ...
Readonly
show
In
Dev
Tools
showInDevTools
:
boolean
Readonly
tag
tag
:
string
Accessors
default
Value
get
defaultValue
()
:
T
Returns
T
stringify
Value
get
stringifyValue
()
:
string
Returns
string
value
get
value
()
:
T
Returns
T
set
value
(
newValue
:
T
)
:
void
Parameters
newValue
:
T
Returns
void
Methods
reset
reset
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
can
Reset
is
Object
Controller
is
Saved
In
Local
Storage
is
Value
Controller
on
Change
show
In
Dev
Tools
tag
Accessors
default
Value
stringify
Value
value
Methods
reset
@stereograph/teiaviewer - v18.5.0-dev
Loading...