Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintFunctionResourceEventResourceDataset

    Dataset resource for scoping document functions to specific datasets

    { type: 'dataset', id: 'my-project.production' }
    
    interface BlueprintFunctionResourceEventResourceDataset {
        id: string;
        type: "dataset";
    }
    Index

    Properties

    Properties

    id: string

    A dataset ID in the format .. can be * to signify "all datasets in project with ID ."

    type: "dataset"