Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Cards.Service
ICardNewStrategyContext
Interface ICardNewStrategyContext
Контекст операции по созданию карточки.
interface
ICardNewStrategyContext
{
card
:
null
|
Card
;
cardMetadata
:
ICardMetadata
;
cardTypeId
:
string
;
mode
:
CardNewMode
;
sectionRows
:
null
|
StorageMap
<
CardRow
,
IStorage
>
;
validationResult
:
null
|
IValidationResultBuilder
;
initCard
()
:
void
;
initResponse
(
response
:
CardNewResponse
)
:
void
;
}
Implemented by
CardNewStrategyContext
Index
Properties
card
card
Metadata
card
Type
Id
mode
section
Rows
validation
Result
Methods
init
Card
init
Response
Properties
Readonly
card
card
:
null
|
Card
Readonly
card
Metadata
cardMetadata
:
ICardMetadata
Readonly
card
Type
Id
cardTypeId
:
string
Readonly
mode
mode
:
CardNewMode
Readonly
section
Rows
sectionRows
:
null
|
StorageMap
<
CardRow
,
IStorage
>
Readonly
validation
Result
validationResult
:
null
|
IValidationResultBuilder
Methods
init
Card
initCard
()
:
void
Returns
void
init
Response
initResponse
(
response
:
CardNewResponse
)
:
void
Parameters
response
:
CardNewResponse
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
card
Metadata
card
Type
Id
mode
section
Rows
validation
Result
Methods
init
Card
init
Response
TESSA Web API
Loading...
Контекст операции по созданию карточки.