@openhps/core
    Preparing search index...

    Interface RemotePushOptions

    Provides options of push actions to nodes.

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

    Hierarchy (View Summary)

    Index
    broadcast?: boolean

    Broadcast the pushed data frame to all clients

    true
    
    clientId?: string

    Client identifier pushing

    lastNode?: string

    Last node UID

    sourceNode?: string

    Source node that started the original push