@umbraco-cms/backoffice
Preparing search index...
packages/tiptap
UmbTiptapBubbleMenuPluginProps
Type Alias UmbTiptapBubbleMenuPluginProps
type
UmbTiptapBubbleMenuPluginProps
=
{
elementName
?:
string
|
null
;
menuAlias
?:
string
;
placement
?:
UUIPopoverContainerElement
[
"placement"
]
;
shouldShow
?:
|
(
(
props
:
{
editor
:
Editor
;
from
:
number
;
state
:
EditorState
;
to
:
number
;
view
:
EditorView
;
}
,
)
=>
boolean
)
|
null
;
unique
:
string
;
}
Index
Properties
element
Name?
menu
Alias?
placement?
should
Show?
unique
Properties
Optional
element
Name
elementName
?:
string
|
null
Optional
menu
Alias
menuAlias
?:
string
Optional
placement
placement
?:
UUIPopoverContainerElement
[
"placement"
]
Optional
should
Show
shouldShow
?:
|
(
(
props
:
{
editor
:
Editor
;
from
:
number
;
state
:
EditorState
;
to
:
number
;
view
:
EditorView
;
}
,
)
=>
boolean
)
|
null
unique
unique
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
element
Name
menu
Alias
placement
should
Show
unique
@umbraco-cms/backoffice
Loading...