@umbraco-cms/backoffice
Preparing search index...
packages/tiptap
PasteRuleMatch
Type Alias PasteRuleMatch
type
PasteRuleMatch
=
{
data
?:
Record
<
string
,
any
>
;
index
:
number
;
match
?:
RegExpMatchArray
;
replaceWith
?:
string
;
text
:
string
;
}
Index
Properties
data?
index
match?
replace
With?
text
Properties
Optional
data
data
?:
Record
<
string
,
any
>
index
index
:
number
Optional
match
match
?:
RegExpMatchArray
Optional
replace
With
replaceWith
?:
string
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
index
match
replace
With
text
@umbraco-cms/backoffice
Loading...