Sanity Library Reference Docs
    Preparing search index...

    One scope-var read discovered in a condition, e.g. $fields.legalApproved as {variable: 'fields', path: ['legalApproved']}. Variable names are whatever $params the host binds; a bracket access with a dotted key ($effectStatus['notify.legal']) stays one path segment.

    interface ConditionRead {
        path: (string | number)[];
        variable: string;
    }
    Index

    Properties

    Properties

    path: (string | number)[]
    variable: string