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

Type declaration

  • Optional decorativeImage?: boolean
  • defaultValue: string
  • type: "image"