interface Attributes {
    describe?: string;
    local?: boolean;
    multicast?: boolean;
    [k: string]: unknown;
}

Hierarchy (view full)

Indexable

[k: string]: unknown

Properties

describe?: string

Textual description.

Default Value

Automatically generated from constructor name.
local?: boolean

Whether the transport connects to a destination on the local machine.

Default Value

false

multicast?: boolean

Whether the transport can possibly talk to multiple peers.

Default Value

false

Generated using TypeDoc