Sanity App SDK
    Preparing search index...

    Interface ComlinkControllerState

    Internal state tracking comlink connections

    interface ComlinkControllerState {
        channels: Map<string, ChannelEntry>;
        controller: null | Controller;
        controllerOrigin: null | string;
    }
    Index

    Properties

    channels: Map<string, ChannelEntry>
    controller: null | Controller
    controllerOrigin: null | string