Sanity App SDK
    Preparing search index...

    Interface NodeState

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

    Properties

    Properties

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