Sanity Library Reference Docs
    Preparing search index...

    One declared group at one level, with the members lexically attributed to it.

    interface DefinitionGroupSite {
        activity?: string;
        group: Group;
        level: FieldScope;
        members: GroupMember[];
        stage?: string;
    }
    Index

    Properties

    activity?: string
    group: Group
    level: FieldScope

    The declaration level; stage/activity name the declaring node.

    members: GroupMember[]
    stage?: string