Interface ProcessingNodeOptions

Hierarchy-Diagram

UML class diagram of ProcessingNodeOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

Properties

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

Type declaration

    • (frame: DataFrame): boolean
    • Frame filter to specify what frames are processed by this node

      Parameters

      Returns boolean

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