Nymph.js 1.0.0-beta.113
    Preparing search index...
    type GroupData = {
        avatar?: string;
        defaultPrimary?: boolean;
        defaultSecondary?: boolean;
        enabled?: boolean;
        groupname?: string;
        name?: string;
        parent?: Group & GroupData;
        unverifiedSecondary?: boolean;
    }
    Index

    Properties

    avatar?: string

    The group's avatar URL. (Use getAvatar() to support Gravatar.)

    defaultPrimary?: boolean

    Whether this group is the default primary group for new users.

    defaultSecondary?: boolean

    Whether this group is a default secondary group for new users.

    enabled?: boolean

    Whether the group can be used.

    groupname?: string

    The group's groupname.

    name?: string

    The group's name.

    parent?: Group & GroupData

    The group's parent.

    unverifiedSecondary?: boolean

    Whether this group is a default secondary group for unverified users.