Sanity App SDK
    Preparing search index...

    Interface ReleaseHandleBeta

    Identifies a release within a Sanity dataset and project. releaseId is the name parameter on the release document (e.g. {name: 'r41035a4'}). The underlying release document ID is _.releases.<releaseId>. It's also the id parameter sent to the Actions API. (This type doesn't need to have ProjectId / Dataset generics since it's always the same shape)

    interface ReleaseHandle {
        dataset?: string;
        perspective?: ReleasePerspective | ClientPerspective;
        projectId?: string;
        releaseId: string;
        resource?: DocumentResource;
        source?: DocumentResource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataset?: string
    perspective?: ReleasePerspective | ClientPerspective
    projectId?: string
    releaseId: string
    resource?: DocumentResource

    Explicit resource object to use for this operation.

    Use resource instead.