Trevixal API
Preparing search index...
@trevixal/ui
QuickInsertItem
Interface QuickInsertItem
One entry of the quick-insert menu.
interface
QuickInsertItem
{
description
?:
string
;
group
?:
string
;
icon
?:
IconName
;
label
:
string
;
name
:
string
;
run
:
(
editor
:
Editor
)
=>
void
;
}
Index
Properties
description?
group?
icon?
label
name
run
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
group
group
?:
string
Optional
Readonly
icon
icon
?:
IconName
Readonly
label
label
:
string
Readonly
name
name
:
string
Readonly
run
run
:
(
editor
:
Editor
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
group
icon
label
name
run
Trevixal API
Loading...
One entry of the quick-insert menu.