Sanity Library Reference Docs
    Preparing search index...

    Interface ConnectMessageBusOptions

    Options for connecting to an installed message bus.

    interface ConnectMessageBusOptions {
        appId?: string;
        moduleId?: string;
    }
    Index

    Properties

    Properties

    appId?: string

    The application ID. Defaults to the ID embedded by the Sanity CLI.

    moduleId?: string

    The federation module id stamped on emitted messages. Defaults to appId.