Trevixal API
Preparing search index...
@trevixal/extension-slash-command
SlashCommandItem
Interface SlashCommandItem
interface
SlashCommandItem
{
id
:
string
;
keywords
?:
readonly
string
[]
;
run
:
(
editor
:
Editor
)
=>
void
;
title
:
string
;
}
Index
Properties
id
keywords?
run
title
Properties
Readonly
id
id
:
string
Optional
Readonly
keywords
keywords
?:
readonly
string
[]
Extra terms the fuzzy filter matches against.
Readonly
run
run
:
(
editor
:
Editor
)
=>
void
Readonly
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
keywords
run
title
Trevixal API
Loading...
Extra terms the fuzzy filter matches against.