@openhps/core
    Preparing search index...

    Interface CallbackNodeOptions

    interface CallbackNodeOptions {
        autoPush?: boolean;
        name?: string;
        uid?: string;
    }

    Hierarchy (View Summary)

    Index
    autoPush?: boolean

    Automatically push data frames. If set to false it is expected that the callback handles the pushing.

    true
    
    name?: string

    User friendly name of the node Used for querying a node by its name.

    uid?: string

    Manually set the unique identifier of the node