Interface RemoteNodeOptions<S>

Type Parameters

Hierarchy-Diagram

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

Hierarchy

Properties

deserialize?: ((obj: any, options?: RemotePushOptions) => DataFrame)

Type declaration

name?: string

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

serialize?: ((obj: DataFrame, options?: RemotePushOptions) => any)

Type declaration

service?: Serializable<S>

Service to use for the remote note

Default

RemoteService any remote service

uid?: string

Manually set the unique identifier of the node