Trevixal API
Preparing search index...
@trevixal/ui
QuickInsertOptions
Interface QuickInsertOptions
interface
QuickInsertOptions
{
items
:
readonly
QuickInsertItem
[]
;
label
?:
string
;
onRun
?:
(
item
:
QuickInsertItem
)
=>
void
;
placeholder
?:
string
;
}
Index
Properties
items
label?
on
Run?
placeholder?
Properties
Readonly
items
items
:
readonly
QuickInsertItem
[]
Optional
Readonly
label
label
?:
string
Optional
Readonly
on
Run
onRun
?:
(
item
:
QuickInsertItem
)
=>
void
Called after an item runs, so a usage tracker can record it.
Optional
Readonly
placeholder
placeholder
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
label
on
Run
placeholder
Trevixal API
Loading...
Called after an item runs, so a usage tracker can record it.