@umbraco-cms/backoffice
Preparing search index...
packages/tiptap
CommandProps
Type Alias CommandProps
type
CommandProps
=
{
can
:
()
=>
CanCommands
;
chain
:
()
=>
ChainedCommands
;
commands
:
SingleCommands
;
dispatch
:
(
(
args
?:
any
)
=>
any
)
|
undefined
;
editor
:
Editor
;
state
:
EditorState
;
tr
:
Transaction
;
view
:
EditorView
;
}
Index
Properties
can
chain
commands
dispatch
editor
state
tr
view
Properties
can
can
:
()
=>
CanCommands
chain
chain
:
()
=>
ChainedCommands
commands
commands
:
SingleCommands
dispatch
dispatch
:
(
(
args
?:
any
)
=>
any
)
|
undefined
editor
editor
:
Editor
state
state
:
EditorState
tr
tr
:
Transaction
view
view
:
EditorView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
chain
commands
dispatch
editor
state
tr
view
@umbraco-cms/backoffice
Loading...