@umbraco-cms/backoffice
Preparing search index...
packages/tiptap
NodeViewRendererOptions
Interface NodeViewRendererOptions
interface
NodeViewRendererOptions
{
contentDOMElementTag
:
string
;
ignoreMutation
:
|
null
|
(
(
props
:
{
mutation
:
ViewMutationRecord
}
)
=>
boolean
)
;
stopEvent
:
null
|
(
(
props
:
{
event
:
Event
}
)
=>
boolean
)
;
}
Index
Properties
content
DOM
Element
Tag
ignore
Mutation
stop
Event
Properties
content
DOM
Element
Tag
contentDOMElementTag
:
string
ignore
Mutation
ignoreMutation
:
null
|
(
(
props
:
{
mutation
:
ViewMutationRecord
}
)
=>
boolean
)
stop
Event
stopEvent
:
null
|
(
(
props
:
{
event
:
Event
}
)
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
DOM
Element
Tag
ignore
Mutation
stop
Event
@umbraco-cms/backoffice
Loading...