Sanity Library Reference Docs
    Preparing search index...

    Type Alias AssetSourceOpenInSourceResultBeta

    AssetSourceOpenInSourceResult:
        | { target?: "_blank"
        | "_self"; type: "url"; url: string }
        | { type: "component" }
        | false
        | undefined

    The result of calling AssetSource.openInSource.