@termun/core - v0.0.0
GitHub
npm
Preparing search index...
actions
ActionJson
Type Alias ActionJson
type
ActionJson
=
{
name
:
string
;
type
:
"function"
|
"goto"
;
plugin
?:
string
;
index
?:
number
;
parents
?:
string
[]
;
global
?:
boolean
;
styles
?:
ActionStylesJson
;
labels
?:
ActionLabelsJson
;
}
Index
Properties
name
type
plugin?
index?
parents?
global?
styles?
labels?
Properties
name
name
:
string
type
type
:
"function"
|
"goto"
Optional
plugin
plugin
?:
string
Optional
index
index
?:
number
Optional
parents
parents
?:
string
[]
Optional
global
global
?:
boolean
Optional
styles
styles
?:
ActionStylesJson
Optional
labels
labels
?:
ActionLabelsJson
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
plugin
index
parents
global
styles
labels
GitHub
npm
@termun/core - v0.0.0
Loading...