Interface PlaceExecRequestOptions

Place websocket exec request metadata

interface PlaceExecRequestOptions {
    args?: any[];
    index: number;
    mod: string;
    name: string;
    sys: string;
}

Hierarchy (View Summary)

Properties

Properties

args?: any[]
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