Interface PushOptions

Provides options of push actions to nodes.

interface PushOptions {
    lastNode?: string;
    sourceNode?: string;
}

Hierarchy (view full)

Properties

lastNode?: string

Last node UID

sourceNode?: string

Source node that started the original push