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"