Preparing search index...
The search index is not available
@companion-module/base
@companion-module/base
CompanionButtonStepActions
Interface CompanionButtonStepActions
interface
CompanionButtonStepActions
{
down
:
CompanionPresetAction
[]
;
name
?:
string
;
rotate_left
?:
CompanionPresetAction
[]
;
rotate_right
?:
CompanionPresetAction
[]
;
up
:
CompanionPresetAction
[]
;
[
delay
:
number
]
:
CompanionPresetActionsWithOptions
|
CompanionPresetAction
[]
;
}
Indexable
[
delay
:
number
]:
CompanionPresetActionsWithOptions
|
CompanionPresetAction
[]
Index
Properties
down
name?
rotate_
left?
rotate_
right?
up
Properties
down
down
:
CompanionPresetAction
[]
The button down actions
Optional
name
name
?:
string
Name of this step
Optional
rotate_
left
rotate_
left
?:
CompanionPresetAction
[]
Optional
rotate_
right
rotate_
right
?:
CompanionPresetAction
[]
up
up
:
CompanionPresetAction
[]
The button up actions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
down
name
rotate_
left
rotate_
right
up
@companion-module/base
Loading...
The button down actions