@umbraco-cms/backoffice
Preparing search index...
packages/block/block-custom-view
UmbBlockEditorCustomViewProperties
Interface UmbBlockEditorCustomViewProperties<LayoutType, BlockType>
interface
UmbBlockEditorCustomViewProperties
<
LayoutType
extends
UmbBlockLayoutBaseModel
=
UmbBlockLayoutBaseModel
,
BlockType
extends
UmbBlockTypeBaseModel
=
UmbBlockTypeBaseModel
,
>
{
blockType
?:
BlockType
;
config
?:
UmbBlockEditorCustomViewConfiguration
;
content
?:
UmbBlockDataType
;
contentInvalid
?:
boolean
;
contentKey
?:
string
;
icon
?:
string
;
index
?:
number
;
label
?:
string
;
layout
?:
LayoutType
;
manifest
?:
ManifestBlockEditorCustomView
;
settings
?:
UmbBlockDataType
;
settingsInvalid
?:
boolean
;
unpublished
?:
boolean
;
unsupported
?:
boolean
;
}
Type Parameters
LayoutType
extends
UmbBlockLayoutBaseModel
=
UmbBlockLayoutBaseModel
BlockType
extends
UmbBlockTypeBaseModel
=
UmbBlockTypeBaseModel
Hierarchy (
View Summary
)
UmbBlockEditorCustomViewProperties
UmbBlockEditorCustomViewElement
Index
Properties
block
Type?
config?
content?
content
Invalid?
content
Key?
icon?
index?
label?
layout?
manifest?
settings?
settings
Invalid?
unpublished?
unsupported?
Properties
Optional
block
Type
blockType
?:
BlockType
Optional
config
config
?:
UmbBlockEditorCustomViewConfiguration
Optional
content
content
?:
UmbBlockDataType
Optional
content
Invalid
contentInvalid
?:
boolean
Optional
content
Key
contentKey
?:
string
Optional
icon
icon
?:
string
Optional
index
index
?:
number
Optional
label
label
?:
string
Optional
layout
layout
?:
LayoutType
Optional
manifest
manifest
?:
ManifestBlockEditorCustomView
Optional
settings
settings
?:
UmbBlockDataType
Optional
settings
Invalid
settingsInvalid
?:
boolean
Optional
unpublished
unpublished
?:
boolean
Optional
unsupported
unsupported
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Type
config
content
content
Invalid
content
Key
icon
index
label
layout
manifest
settings
settings
Invalid
unpublished
unsupported
@umbraco-cms/backoffice
Loading...