This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run "yarn generate-schema-types" to regenerate this file.

Hierarchy

  • TSRActionSchema

Properties

destructive: boolean

A destructive action affects playout, users might get a confirmation dialog before executing it.

id: string

Device-unique id of the action

name: string

User readable name of the action

payload?: string

The payload object is the first argument of the function

result?: unknown

Defines the returned data

timeout?: number

Time in ms after which the action should be considered to have failed if it hasn't returned yet.

Generated using TypeDoc