Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/block/block
UmbBlockValueType
Interface UmbBlockValueType<BlockLayoutType>
interface
UmbBlockValueType
<
BlockLayoutType
>
{
contentData
:
UmbBlockDataType
[]
;
layout
:
{
[
key
:
string
]
:
BlockLayoutType
[]
|
undefined
;
}
;
settingsData
:
UmbBlockDataType
[]
;
}
Type Parameters
BlockLayoutType
extends
UmbBlockLayoutBaseModel
Hierarchy (
view full
)
UmbBlockValueType
UmbBlockGridValueModel
UmbBlockListValueModel
UmbBlockRteValueModel
Index
Properties
content
Data
layout
settings
Data
Properties
content
Data
content
Data
:
UmbBlockDataType
[]
layout
layout
:
{
[
key
:
string
]
:
BlockLayoutType
[]
|
undefined
;
}
settings
Data
settings
Data
:
UmbBlockDataType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Data
layout
settings
Data
@umbraco-cms/backoffice
Loading...