Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
UI.ViewModel
CommonViewModelDataSource
Class CommonViewModelDataSource<T>
Type Parameters
T
Hierarchy
CommonViewModelDataSource
Implements
IViewModelDataSource
<
T
>
Index
Constructors
constructor
Properties
dispose?
get
Value
initialize?
set
Value
Constructors
constructor
new
Common
View
Model
Data
Source
<
T
>
(
getValue
:
(
(
)
=>
T
)
, setValue
:
(
(
value
:
T
)
=>
void
)
, initialize
?:
(
(
)
=>
Promise
<
void
>
)
, dispose
?:
(
(
)
=>
void
)
)
:
CommonViewModelDataSource
<
T
>
Type Parameters
T
Parameters
getValue:
(
(
)
=>
T
)
(
)
:
T
Returns
T
setValue:
(
(
value
:
T
)
=>
void
)
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
Optional
initialize:
(
(
)
=>
Promise
<
void
>
)
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Optional
dispose:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
CommonViewModelDataSource
<
T
>
Properties
Optional
Readonly
dispose
dispose
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Readonly
get
Value
get
Value
:
(
(
)
=>
T
)
Type declaration
(
)
:
T
Returns
T
Optional
Readonly
initialize
initialize
?:
(
(
)
=>
Promise
<
void
>
)
Type declaration
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Readonly
set
Value
set
Value
:
(
(
value
:
T
)
=>
void
)
Type declaration
(
value
:
T
)
:
void
Parameters
value:
T
Returns
void
Generated using
TypeDoc