@openhps/core
    Preparing search index...

    Interface ProcessingNodeOptions

    interface ProcessingNodeOptions {
        frameFilter?: (frame: DataFrame) => boolean;
        name?: string;
        uid?: string;
    }

    Hierarchy (View Summary)

    Index
    frameFilter?: (frame: DataFrame) => boolean

    Frame filter to specify what frames are processed by this node

    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