Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Platform.Cards.Types
CardTypeContent
Class CardTypeContent
Abstract
Базовый объект для
CardTypeControl
и
CardTypeColumn
.
Hierarchy (
View Summary
)
CardSerializableObject
CardTypeContent
CardTypeBlock
CardTypeColumn
CardTypeControl
Index
Constructors
constructor
Properties
caption
Methods
deserialize
From
Storage
is
Sealed
seal
serialize
To
Storage
Constructors
constructor
new
CardTypeContent
()
:
CardTypeContent
Returns
CardTypeContent
Properties
caption
caption
:
null
|
string
= null
Отображаемое имя объекта.
Methods
deserialize
From
Storage
deserializeFromStorage
(
storage
:
IStorage
,
context
?:
StorageSerializableContext
,
)
:
this
Parameters
storage
:
IStorage
Optional
context
:
StorageSerializableContext
Returns
this
is
Sealed
isSealed
()
:
boolean
Returns
boolean
seal
seal
()
:
this
Returns
this
serialize
To
Storage
serializeToStorage
(
storage
?:
IStorage
,
context
?:
StorageSerializableContext
,
)
:
IStorage
Parameters
storage
:
IStorage
= {}
Optional
context
:
StorageSerializableContext
Returns
IStorage
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
caption
Methods
deserialize
From
Storage
is
Sealed
seal
serialize
To
Storage
TESSA Web API
Loading...
Базовый объект для CardTypeControl и CardTypeColumn.