Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Cards.Service
CardNewStrategy
Class CardNewStrategy
Стратегия создания карточки.
Implements
ICardNewStrategy
Index
Constructors
constructor
Properties
default
Methods
create
Response
create
Section
Rows
fill
Entry
Fields
set
Session
Info
Constructors
constructor
new
CardNewStrategy
()
:
CardNewStrategy
Returns
CardNewStrategy
Properties
Static
Readonly
default
default
:
CardNewStrategy
= ...
Methods
create
Response
createResponse
(
context
:
ICardNewStrategyContext
)
:
Promise
<
CardNewResponse
>
Parameters
context
:
ICardNewStrategyContext
Returns
Promise
<
CardNewResponse
>
create
Section
Rows
createSectionRows
(
context
:
ICardNewStrategyContext
,
)
:
Promise
<
StorageMap
<
CardRow
,
IStorage
>
>
Parameters
context
:
ICardNewStrategyContext
Returns
Promise
<
StorageMap
<
CardRow
,
IStorage
>
>
fill
Entry
Fields
fillEntryFields
(
section
:
CardSection
,
sectionMetadata
:
ICardMetadataSection
,
mode
:
CardNewMode
,
)
:
Promise
<
void
>
Parameters
section
:
CardSection
sectionMetadata
:
ICardMetadataSection
mode
:
CardNewMode
Returns
Promise
<
void
>
set
Session
Info
setSessionInfo
(
response
:
CardNewResponse
,
session
:
ISession
)
:
Promise
<
boolean
>
Parameters
response
:
CardNewResponse
session
:
ISession
Returns
Promise
<
boolean
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Methods
create
Response
create
Section
Rows
fill
Entry
Fields
set
Session
Info
TESSA Web API
Loading...
Стратегия создания карточки.