Interface ObjectProcessingNodeOptions

Hierarchy-Diagram

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

Hierarchy

Properties

frameFilter?: ((frame) => boolean)

Type declaration

    • (frame): 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.

objectFilter?: ((object, frame?) => boolean)

Type declaration

    • (object, frame?): boolean
    • Object filter to specify what data object are processed by this node

      Parameters

      Returns boolean

uid?: string

Manually set the unique identifier of the node