Sanity Library Reference Docs
    Preparing search index...

    Type Alias OpenEvent

    The listener connection has been established note: it's usually a better option to use the 'welcome' event

    type OpenEvent = {
        type: "open";
    }
    Index

    Properties

    Properties

    type: "open"