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
Default
Event
Handlers
UI.
View
Model
TESSA Web API
Core.Common
TypedFieldMapEnhancer
Class TypedFieldMapEnhancer<T, V, S>
Type Parameters
T
extends
FieldType
V
extends
JsTypeFromFieldType
<
T
>
=
JsTypeFromFieldType
<
T
>
S
extends
TypedField
<
T
,
V
>
=
TypedField
<
T
,
V
>
Hierarchy
TypedFieldMapEnhancer
Implements
IMapEnhancer
<
V
,
S
>
Index
Constructors
constructor
Properties
field
Type
Methods
equals
get
set
Constructors
constructor
new
Typed
Field
Map
Enhancer
<
T
,
V
,
S
>
(
fieldType
:
T
)
:
TypedFieldMapEnhancer
<
T
,
V
,
S
>
Type Parameters
T
extends
FieldType
V
extends
string
|
number
|
boolean
=
JsTypeFromFieldType
<
T
>
S
extends
TypedField
<
T
,
V
>
=
TypedField
<
T
,
V
>
Parameters
fieldType:
T
Returns
TypedFieldMapEnhancer
<
T
,
V
,
S
>
Properties
Readonly
field
Type
field
Type
:
T
Methods
equals
equals
(
a
:
S
, b
:
S
)
:
boolean
Parameters
a:
S
b:
S
Returns
boolean
get
get
(
s
:
S
)
:
V
Parameters
s:
S
Returns
V
set
set
(
v
:
V
)
:
S
Parameters
v:
V
Returns
S
Generated using
TypeDoc