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