@oneblink/sdk-core
    Preparing search index...

    Type Alias PageElement

    PageElement: _FormElementBase & { label: string; type: "page" } & _NestedElementsElement

    PageElements must only be used when the form has more than 1 page. If the form has multiple pages, the isMultiPage must be set to true. If the form should only be displayed as a single page. There should be no PageElement types in the elements array on the Form. If the form has more than 1 page, only the root elements in the elements array on the form should contain PageElement types. You cannot nest PageElement types.

    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