Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerOptions

Hierarchy

  • ProcessingNodeOptions
    • ServerOptions

Index

Properties

express: Express
middleware?: RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>>[]
name?: string

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

path: string
pullTimeout?: number
uid?: string

Manually set the unique identifier of the node

Methods

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

    Parameters

    • frame: DataFrame

    Returns boolean