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

    Type Alias ImageElement

    ImageElement: FormElementBase & {
        decorativeImage?: boolean;
        defaultValue: string;
        type: "image";
    }

    An element to display an image to the user.

    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

    Type declaration

    • OptionaldecorativeImage?: boolean
    • defaultValue: string

      An absolute URL to the image to display in the form.

    • type: "image"