Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/extension-registry
UmbBlockEditorCustomViewProperties
Interface UmbBlockEditorCustomViewProperties<LayoutType, BlockType>
interface
UmbBlockEditorCustomViewProperties
<
LayoutType
,
BlockType
>
{
blockType
?:
BlockType
;
config
?:
Partial
<
UmbBlockEditorCustomViewConfiguration
>
;
content
?:
UmbBlockDataType
;
contentInvalid
?:
boolean
;
contentUdi
?:
string
;
icon
?:
string
;
index
?:
number
;
label
?:
string
;
layout
?:
LayoutType
;
manifest
?:
ManifestBlockEditorCustomView
;
settings
?:
UmbBlockDataType
;
settingsInvalid
?:
boolean
;
}
Type Parameters
LayoutType
extends
UmbBlockLayoutBaseModel
=
UmbBlockLayoutBaseModel
BlockType
extends
UmbBlockTypeBaseModel
=
UmbBlockTypeBaseModel
Hierarchy (
view full
)
UmbBlockEditorCustomViewProperties
UmbBlockEditorCustomViewElement
Index
Properties
block
Type?
config?
content?
content
Invalid?
content
Udi?
icon?
index?
label?
layout?
manifest?
settings?
settings
Invalid?
Properties
Optional
block
Type
block
Type
?:
BlockType
Optional
config
config
?:
Partial
<
UmbBlockEditorCustomViewConfiguration
>
Optional
content
content
?:
UmbBlockDataType
Optional
content
Invalid
content
Invalid
?:
boolean
Optional
content
Udi
content
Udi
?:
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
settings
Invalid
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Type
config
content
content
Invalid
content
Udi
icon
index
label
layout
manifest
settings
settings
Invalid
@umbraco-cms/backoffice
Loading...