Interface CallbackNodeOptions

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

Hierarchy (view full)

Properties

Properties

autoPush?: boolean

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

Default

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