Sanity Library Reference Docs
    Preparing search index...
    interface ProjectMembersState {
        error: string | undefined;
        loading: boolean;
        members: readonly ProjectMember[];
        roles: readonly MemberRole[];
    }
    Index

    Properties

    error: string | undefined
    loading: boolean
    members: readonly ProjectMember[]
    roles: readonly MemberRole[]

    The project's assignable roles, holders or not. Empty until the load answers and when the host cannot supply one, which leaves labelling to the roles members hold.