jamespot-user-api
    Preparing search index...

    Type Alias GroupPropertiesOptions

    type GroupPropertiesOptions = {
        commentLevel: (ValueLabel & { selected?: boolean })[];
        custom_widgets: Record<string, GroupCustomWidget> | never[];
        displayType: ValueLabel[];
        edit_access: (ValueLabel & { description: string })[];
        fileSyncVersioningType: {
            label: string;
            value: FileSyncVersioningTypeValues;
        }[];
        isArchive: number;
        mail_frequency: ValueLabel[];
        spot_right_user: (ValueLabel & { selected?: boolean })[];
        spotDefaultPublishType: string[];
        user_level_signup: (ValueLabel & { selected?: boolean })[];
        useTeaser: ValueLabel[];
        widgets: GroupWidgetLittle[];
    }
    Index

    Properties

    commentLevel: (ValueLabel & { selected?: boolean })[]
    custom_widgets: Record<string, GroupCustomWidget> | never[]
    displayType: ValueLabel[]
    edit_access: (ValueLabel & { description: string })[]
    fileSyncVersioningType: { label: string; value: FileSyncVersioningTypeValues }[]
    isArchive: number
    mail_frequency: ValueLabel[]
    spot_right_user: (ValueLabel & { selected?: boolean })[]
    spotDefaultPublishType: string[]
    user_level_signup: (ValueLabel & { selected?: boolean })[]
    useTeaser: ValueLabel[]