Sanity Library Reference Docs
    Preparing search index...

    Interface PatchChannelBeta

    interface PatchChannel {
        publish: (msg: PatchMsg) => void;
        subscribe: (subscriber: PatchMsgSubscriber) => () => void;
    }
    Index

    Properties

    Properties

    publish: (msg: PatchMsg) => void
    subscribe: (subscriber: PatchMsgSubscriber) => () => void