Interface PlaceRequestOptions

Metadata describing the actor the request should be performed on

interface PlaceRequestOptions {
    index: number;
    mod: string;
    name: string;
    sys: string;
}

Hierarchy (View Summary)

Properties

Properties

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