@oneblink/sdk
    Preparing search index...

    Type Alias ImageElement

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

    An element to display an image to the user.

    The element must have an id property with a value that is globally unique within the form definition.

    Type Declaration

    • OptionaldecorativeImage?: boolean
    • defaultValue: string

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

    • OptionalmaxWidthPixels?: number

      Max width, in pixels, to be used when the image is rendered

    • type: "image"