@witchcraft/editor
Github
Issues
npm
Preparing search index...
pm/features/FileInsert/plugins/placeholderPlugin
PlaceholderAction
Interface PlaceholderAction
interface
PlaceholderAction
{
add
?:
{
fileName
:
string
;
id
:
string
;
pos
:
number
;
preview
?:
string
;
side
?:
number
;
}
;
remove
?:
{
id
:
string
}
;
update
?:
{
id
:
string
;
preview
?:
string
}
;
}
Index
Properties
add?
remove?
update?
Properties
Optional
add
add
?:
{
fileName
:
string
;
id
:
string
;
pos
:
number
;
preview
?:
string
;
side
?:
number
;
}
Optional
remove
remove
?:
{
id
:
string
}
Optional
update
update
?:
{
id
:
string
;
preview
?:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
remove
update
Github
Issues
npm
@witchcraft/editor
Loading...