Loading...
No are only available on buttons.Parameter | Type | Required | Description |
|---|---|---|---|
target | 'parent' | 'id' | Yes | parent uses the button's own section; id requires explicit IDs below |
variableId | string | Yes | ID of the variable to set |
value | string | number | boolean | null | No | Value to assign |
sharedSections | boolean | No | Whether the target is a shared section |
sharedSectionId | string | No | ID of the shared section (required when sharedSections is true) |
positionId | string | No | Position ID (for shared sections) |
sectionId | string | No | Section ID (required when target is id) |
Parameter | Type | Required | Description |
|---|---|---|---|
target | 'position' | 'id' | Yes | position uses the current position; id requires positionId |
variableId | string | Yes | ID of the variable to set |
value | string | number | boolean | null | No | Value to assign |
positionId | string | No | Position ID (required when target is id) |
Parameter | Type | Required | Description |
|---|---|---|---|
target | 'self' | 'id' | Yes | self uses the current button; id requires explicit IDs below |
variableId | string | Yes | ID of the variable to set |
value | string | number | boolean | null | No | Value to assign |
sharedSections | boolean | No | Whether the target is in a shared section |
sharedSectionId | string | No | ID of the shared section |
positionId | string | No | Position ID |
buttonId | string | No | Button ID (required when target is id) |
button_set_activeStepIndexParameter | Type | Required | Description |
|---|---|---|---|
target | 'self' | 'id' | Yes | self uses the current button; id requires explicit IDs below |
stepIndex | number (min: 1) | Yes | Step to activate (1-based) |
sharedSections | boolean | No | Whether the target is in a shared section |
sharedSectionId | string | No | ID of the shared section |
positionId | string | No | Position ID |
buttonId | string | No | Button ID (required when target is id) |
section_set_activePageIdParameter | Type | Required | Description |
|---|---|---|---|
pageId | string | Yes | ID of the page to navigate to |
sharedSections | boolean | No | Whether the target is a shared section |
sharedSectionId | string | No | ID of the shared section |
positionId | string | No | Position ID (defaults to current position) |
sectionId | string | No | Section ID (defaults to current parent section) |
popover_set_stateParameter | Type | Required | Description |
|---|---|---|---|
popoverId | string | Yes | ID of the popover |
command | 'open''closed''toggle' | Yes | State to apply |
positionId | string | No | Position ID (defaults to current position) |
sharedSections | boolean | No | Whether the target is a shared section |
sharedSectionId | string | No | ID of the shared section |
route_executeParameter | Type | Required | Description |
|---|---|---|---|
mappings | RouteMapping[] | Yes | Array of route mappings to apply |
mappings:Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Route ID |
route_destinationPortId | string | Yes | Destination port |
route_sourcePortId | string | null | Yes | Source port; null to unroute |
route_ignoreLock | boolean | No | Whether to bypass route locks |
salvo_executeParameter | Type | Required | Description |
|---|---|---|---|
salvoId | string | Yes | ID of the routing preset to execute |
connection_set_enabledParameter | Type | Required | Description |
|---|---|---|---|
connectionIds | string[] | '*' | Yes | List of connection IDs, or '*' for all |
enabled | 'true''false' 'toggle' | Yes | State to apply |
workflow_set_enabledParameter | Type | Required | Description |
|---|---|---|---|
workflowIds | string[] | '*' | Yes | List of workflow IDs, or '*' for all |
enabled | 'true' | 'false' | 'toggle' | Yes | State to apply |
assign_surface_to_positionParameter | Type | Required | Description |
|---|---|---|---|
subjectType | 'self' 'surfaceId''fromPositionSelf''fromPositionId' | Yes | How to select the target surface(s) |
subjectId | string | Conditional | Surface ID (when subjectType is surfaceId) or Position ID (when fromPositionId) |
setCoordinates | boolean | No | Enable coordinate update |
x | number | No | X coordinate |
y | number | No | Y coordinate |
setPosition | boolean | No | Enable position assignment update |
clearPosition | boolean | No | Remove position assignment |
positionId | string | null | No | Position ID to assign |
setDisplayBrightness | boolean | No | Enable brightness update |
displayBrightness | number | variable | No | Brightness level (0–100) |
setDisplayEnabled | boolean | No | Enable display on/off update |
displayEnabled | boolean | No | Whether the display should be on |
subjectType values:self — the surface that triggered this actionsurfaceId — a specific surface by IDfromPositionSelf — all surfaces assigned to the current positionfromPositionId — all surfaces assigned to a specific positioncuelist_commandParameter | Type | Required | Description |
|---|---|---|---|
cuelistId | string | Yes | ID of the cuelist |
command | 'SELECT_NEXT' | 'SELECT_PREVIOUS' | 'EXECUTE_SELECTED' | Yes | Command to send |
SELECT_NEXT — advance the selection to the next cueSELECT_PREVIOUS — move the selection to the previous cueEXECUTE_SELECTED — execute the currently selected cuebutton_triggerParameter | Type | Required | Description |
|---|---|---|---|
buttonId | string | Yes | ID of the button to trigger |
action | 'press''release''pressRelease' | Yes | Action to perform (default: pressRelease) |
delayMs | number (0–10000) | No | Delay in ms between press and release (default: 100) |
sharedSections | boolean | No | Whether the target is in a shared section |
sharedSectionId | string | No | ID of the shared section |
positionId | string | No | Position ID (defaults to current position) |
session_logoutParameter | Type | Required | Description |
|---|---|---|---|
positionId | string | No | Position to log out (defaults to current position) |
Was this helpful?
0 of 0 users found this page helpful