hoshimi
    Preparing search index...

    Interface NodeJson

    The interface of the node json object.

    interface NodeJson {
        id: string;
        options: NodeOptions;
        sessionId: string | null;
    }
    Index

    Properties

    Properties

    id: string

    The node id.

    options: NodeOptions

    The node options.

    sessionId: string | null

    The node session id.