Interface SocketSinkNodeOptions

Hierarchy

Properties

broadcast?: boolean

Broadcast the pushed data frames to all clients

Default

true
completedEvent?: boolean

Emit a completed event for this sink

Default

true
deserialize?: ((obj, options?) => DataFrame)

Type declaration

    • (obj, options?): DataFrame
    • Parameters

      • obj: any
      • Optional options: RemotePushOptions

      Returns DataFrame

name?: string

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

persistence?: boolean

Store objects in data services

Default

true
serialize?: ((obj, options?) => any)

Type declaration

    • (obj, options?): any
    • Parameters

      • obj: DataFrame
      • Optional options: RemotePushOptions

      Returns any

service?: Serializable<SocketServer>

Service to use for the remote note

Default

RemoteService any remote service
type?: Constructor<RemoteNode<any, any, SocketServer>>

Node type to use

Default

RemoteNode a normal remote node
uid?: string

Manually set the unique identifier of the node