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

    Type Alias ImageElement

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

    Type declaration

    • OptionaldecorativeImage?: boolean
    • defaultValue: string

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

    • type: "image"