@oneblink/apps-react
    Preparing search index...

    Type Alias FormFormElement

    FormFormElement: _FormElementBase & FormElementReadOnly & {
        elements?: FormElement[];
        formId: number;
        name: string;
        type: "form" | "infoPage";
    }

    An element to allow nested form with in a form.

    The element must have an id property that contains a universally unique identifier (UUID). The identifier must be a Version 4 (V4) UUID and must conform to the formatting requirements defined in this RFC 9562 specification: https://www.rfc-editor.org/rfc/rfc9562.html