Interface NodeOptions

interface NodeOptions {
    name?: string;
    uid?: string;
}

Hierarchy (view full)

Properties

Properties

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