@umbraco-cms/backoffice
Preparing search index...
packages/tiptap
MarkType
Type Alias MarkType<Type, TAttributes>
A mark type is either a JSON representation of a mark or a Prosemirror mark instance
type
MarkType
<
Type
extends
string
|
{
name
:
string
}
=
any
,
TAttributes
extends
undefined
|
Record
<
string
,
any
>
=
any
,
>
=
{
attrs
:
TAttributes
;
type
:
Type
;
}
Type Parameters
Type
extends
string
|
{
name
:
string
}
=
any
TAttributes
extends
undefined
|
Record
<
string
,
any
>
=
any
Index
Properties
attrs
type
Properties
attrs
attrs
:
TAttributes
type
type
:
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
type
@umbraco-cms/backoffice
Loading...
A mark type is either a JSON representation of a mark or a Prosemirror mark instance