@openhps/core
    Preparing search index...

    Interface PullOptions

    Provides options for pull requests to nodes

    interface PullOptions {
        count?: number;
        requestedObjects?: string[];
        sequentialPull?: boolean;
        sourceNode?: string;
    }

    Hierarchy (View Summary)

    Index
    count?: number

    Number of frames to request

    requestedObjects?: string[]

    Requested objects UIDs

    sequentialPull?: boolean

    Sequential pulling. If set to true, the pulling will be done sequentially where the next pull is only performed after the push is completed.

    true
    
    sourceNode?: string

    Pull from a specific source node UID