Interface ImageRotationOptions

interface ImageRotationOptions {
    frameFilter?: ((frame) => boolean);
    name?: string;
    rotationCode: number;
    uid?: string;
}

Hierarchy

Properties

frameFilter?: ((frame) => boolean)

Type declaration

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

      Parameters

      • frame: DataFrame

      Returns boolean

name?: string

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

rotationCode: number
uid?: string

Manually set the unique identifier of the node