Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
UI.ViewModel
CommonViewModelDataSource
Class CommonViewModelDataSource<T>
Type Parameters
T
Hierarchy (
View Summary
)
CommonReadonlyViewModelDataSource
<
T
>
CommonViewModelDataSource
Implements
IViewModelDataSource
<
T
>
Index
Constructors
constructor
Methods
dispose
get
Value
initialize
set
Value
Constructors
constructor
new
CommonViewModelDataSource
<
T
>
(
_getValue
:
()
=>
T
,
_setValue
:
(
value
:
T
)
=>
void
,
_initialize
?:
()
=>
Promise
<
void
>
,
_dispose
?:
()
=>
void
,
)
:
CommonViewModelDataSource
<
T
>
Type Parameters
T
Parameters
_getValue
:
()
=>
T
_setValue
:
(
value
:
T
)
=>
void
Optional
_initialize
:
()
=>
Promise
<
void
>
Optional
_dispose
:
()
=>
void
Returns
CommonViewModelDataSource
<
T
>
Methods
dispose
dispose
()
:
void
Returns
void
get
Value
getValue
()
:
T
Returns
T
initialize
initialize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
set
Value
setValue
(
value
:
T
)
:
void
Parameters
value
:
T
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
dispose
get
Value
initialize
set
Value
TESSA Web API
Loading...