Interface PlaceCommandRequest

General Place websocket request metadata

interface PlaceCommandRequest {
    args?: any[];
    cmd: PlaceCommand;
    id: string | number;
    index: number;
    mod: string;
    name: string;
    sys: string;
}

Hierarchy (View Summary)

Properties

Properties

args?: any[]

Aruguments to pass to the method executed on the module

Type of the command to send to engine

id: string | number

Unique request identifier

index: number

Index of the module in the system

mod: string

Module on the given system to perform the command

name: string

Name of variable to bind or method to exec on the given module

sys: string

System ID to perform the command