h5p-types
    Preparing search index...

    Type Alias H5PFieldGroup

    H5PFieldGroup: Prettify<
        H5PFieldCommon & {
            expanded?: boolean;
            fields: H5PField[];
            isSubContent?: boolean;
            type: "group"
            | Group;
        },
    >