Interface RemotePushOptions

Provides options of push actions to nodes.

interface RemotePushOptions {
    broadcast?: boolean;
    clientId?: string;
    lastNode?: string;
    sourceNode?: string;
}

Hierarchy (view full)

Properties

broadcast?: boolean

Broadcast the pushed data frame to all clients

Default

true
clientId?: string

Client identifier pushing

lastNode?: string

Last node UID

sourceNode?: string

Source node that started the original push