Behave Test Runner Extension - v1.1.7
Preparing search index...
types
CommandRegistration
Interface CommandRegistration
Command registration interface
interface
CommandRegistration
{
command
:
string
;
callback
:
(
...
args
:
CommandArguments
)
=>
void
|
Promise
<
void
>
;
title
?:
string
;
}
Index
Properties
command
callback
title?
Properties
command
command
:
string
callback
callback
:
(
...
args
:
CommandArguments
)
=>
void
|
Promise
<
void
>
Optional
title
title
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
callback
title
Behave Test Runner Extension - v1.1.7
Loading...
Command registration interface