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

Hierarchy (view full)

Indexable

  • [k: string]: unknown

Properties

describe?: string

Textual description.

Automatically generated from constructor name.

local?: boolean

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

false

multicast?: boolean

Whether the transport can possibly talk to multiple peers.

false