Sanity App SDK
    Preparing search index...

    Interface ComlinkNodeState

    Internal state tracking comlink connections

    interface ComlinkNodeState {
        nodes: Map<string, NodeEntry>;
        subscriptions: Map<string, Set<symbol>>;
    }
    Index

    Properties

    Properties

    nodes: Map<string, NodeEntry>
    subscriptions: Map<string, Set<symbol>>