@fal-works/s-l-t-r
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Command
children
collapse
display
State
hide
ignore
Failure
ignores
Failure
name
rename
run
sub
Type
type
Event
Record
Router
Command
Sub
Type
Command
Type
Display
State
Event
Event
Handler
Result
Command
Sub
Type
Command
Type
Display
State
Event
Command object. Can be wrapped with
seq()
or
par()
.
Hierarchy
Command
Index
Properties
children
collapse
display
State
hide
ignore
Failure
ignores
Failure
name
rename
run
sub
Type
type
Properties
Optional
Readonly
children
children
:
readonly
Command
[]
Readonly
collapse
collapse
:
(
)
=>
Command
Type declaration
(
)
:
Command
Returns
Command
Readonly
display
State
display
State
:
DisplayState
|
undefined
Readonly
hide
hide
:
(
)
=>
Command
Type declaration
(
)
:
Command
Returns
Command
Readonly
ignore
Failure
ignore
Failure
:
(
)
=>
Command
Type declaration
(
)
:
Command
Returns
Command
Readonly
ignores
Failure
ignores
Failure
:
boolean
Readonly
name
name
:
string
Readonly
rename
rename
:
(
name
:
string
)
=>
Command
Type declaration
(
name
:
string
)
:
Command
Parameters
name:
string
Returns
Command
Readonly
run
run
:
(
onEvent
:
EventHandler
)
=>
Promise
<
void
>
Type declaration
(
onEvent
:
EventHandler
)
:
Promise
<
void
>
Parameters
onEvent:
EventHandler
Returns
Promise
<
void
>
Readonly
sub
Type
sub
Type
:
CommandSubType
Readonly
type
type
:
CommandType
Generated using
TypeDoc
Command object. Can be wrapped with
seq()
orpar()
.