Sanity Library Reference Docs
    Preparing search index...

    Interface NodeState

    interface NodeState {
        node: Node<Message, Message>;
        status: ComlinkStatus | undefined;
    }
    Index

    Properties

    Properties

    node: Node<Message, Message>
    status: ComlinkStatus | undefined