Motif API
GitHub
Motif
Preparing search index...
extension-svc/command-svc
CommandSvc
Interface CommandSvc
interface
CommandSvc
{
getCommand
(
name
:
string
)
:
Command
;
getOrRegisterCommand
(
name
:
string
,
defaultDisplayId
:
number
,
menuBarItemPosition
?:
MenuBarItemPosition
,
)
:
Command
;
}
Index
Methods
get
Command
get
Or
Register
Command
Methods
get
Command
getCommand
(
name
:
string
)
:
Command
Parameters
name
:
string
Returns
Command
get
Or
Register
Command
getOrRegisterCommand
(
name
:
string
,
defaultDisplayId
:
number
,
menuBarItemPosition
?:
MenuBarItemPosition
,
)
:
Command
Parameters
name
:
string
defaultDisplayId
:
number
Optional
menuBarItemPosition
:
MenuBarItemPosition
Returns
Command
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Command
get
Or
Register
Command
GitHub
Motif
Motif API
Loading...