@oneblink/sdk
    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 with a value that is globally unique within the form definition.