Sanity Library Reference Docs
    Preparing search index...
    interface ResolveAccessArgs {
        grantsFromPath?: string;
    }
    Index

    Properties

    Properties

    grantsFromPath?: string

    Where the engine should fetch grants from the supplied client, e.g. a Canvas resource at /canvases/<resourceId>/acl or a dataset at /projects/<id>/datasets/<ds>/acl. Omit to skip the grants fetch (the rendered $can stays undefined).