Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias CurrentGroupData

    CurrentGroupData: GroupData & {
        abilities?: string[];
        email?: string;
        phone?: string;
        user?: User & CurrentUserData | null;
    }

    Type Declaration

    • Optionalabilities?: string[]

      The abilities granted to the group.

    • Optionalemail?: string

      The group's email address.

    • Optionalphone?: string

      The group's telephone number.

    • Optionaluser?: User & CurrentUserData | null

      If generatePrimary is on, this will be the user who generated this group.