Skip to content

@mirego/forra-react


@mirego/forra-react / components / MicroAppImagePreviewProps

Interface: MicroAppImagePreviewProps

Extends

Properties

about?

optional about: string

Inherited from

ProtectedImgProps.about


accessKey?

optional accessKey: string

Inherited from

ProtectedImgProps.accessKey


alt?

optional alt: string

Inherited from

MicroAppImagePreviewProps.alt


aria-activedescendant?

optional aria-activedescendant: string

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

ProtectedImgProps.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

ProtectedImgProps.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "list" | "none" | "inline" | "both"

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

ProtectedImgProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

ProtectedImgProps.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

ProtectedImgProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Inherited from

ProtectedImgProps.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

ProtectedImgProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

ProtectedImgProps.aria-colcount


aria-colindex?

optional aria-colindex: number

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

ProtectedImgProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

ProtectedImgProps.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

ProtectedImgProps.aria-colspan


aria-controls?

optional aria-controls: string

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

ProtectedImgProps.aria-controls


aria-current?

optional aria-current: boolean | "true" | "false" | "page" | "time" | "step" | "location" | "date"

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

ProtectedImgProps.aria-current


aria-describedby?

optional aria-describedby: string

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

ProtectedImgProps.aria-describedby


aria-description?

optional aria-description: string

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

ProtectedImgProps.aria-description


aria-details?

optional aria-details: string

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

ProtectedImgProps.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

ProtectedImgProps.aria-disabled


~~aria-dropeffect?~~

optional aria-dropeffect: "link" | "none" | "copy" | "execute" | "move" | "popup"

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

ProtectedImgProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

ProtectedImgProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

ProtectedImgProps.aria-expanded


aria-flowto?

optional aria-flowto: string

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

ProtectedImgProps.aria-flowto


~~aria-grabbed?~~

optional aria-grabbed: Booleanish

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

ProtectedImgProps.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "true" | "false"

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

ProtectedImgProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

ProtectedImgProps.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

ProtectedImgProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

ProtectedImgProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

ProtectedImgProps.aria-label


aria-labelledby?

optional aria-labelledby: string

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

ProtectedImgProps.aria-labelledby


aria-level?

optional aria-level: number

Defines the hierarchical level of an element within a structure.

Inherited from

ProtectedImgProps.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

ProtectedImgProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Indicates whether an element is modal when displayed.

Inherited from

ProtectedImgProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

ProtectedImgProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

ProtectedImgProps.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

ProtectedImgProps.aria-orientation


aria-owns?

optional aria-owns: string

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

ProtectedImgProps.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

ProtectedImgProps.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

ProtectedImgProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

ProtectedImgProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

ProtectedImgProps.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

ProtectedImgProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Indicates that user input is required on the element before a form may be submitted.

Inherited from

ProtectedImgProps.aria-required


aria-roledescription?

optional aria-roledescription: string

Defines a human-readable, author-localized description for the role of an element.

Inherited from

ProtectedImgProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

ProtectedImgProps.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

ProtectedImgProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

ProtectedImgProps.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

ProtectedImgProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

ProtectedImgProps.aria-selected


aria-setsize?

optional aria-setsize: number

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

ProtectedImgProps.aria-setsize


aria-sort?

optional aria-sort: "none" | "other" | "ascending" | "descending"

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

ProtectedImgProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defines the maximum allowed value for a range widget.

Inherited from

ProtectedImgProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defines the minimum allowed value for a range widget.

Inherited from

ProtectedImgProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

ProtectedImgProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

ProtectedImgProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: "none" | string & object | "words" | "off" | "on" | "sentences" | "characters"

Inherited from

ProtectedImgProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Inherited from

ProtectedImgProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Inherited from

ProtectedImgProps.autoFocus


autoSave?

optional autoSave: string

Inherited from

ProtectedImgProps.autoSave


children?

optional children: ReactI18NextChildren | Iterable\<ReactI18NextChildren, any, any>

Inherited from

ProtectedImgProps.children


className?

optional className: string

Inherited from

ProtectedImgProps.className


color?

optional color: string

Inherited from

ProtectedImgProps.color


containerClassName?

optional containerClassName: string

Inherited from

ProtectedImgProps.containerClassName


content?

optional content: string

Inherited from

ProtectedImgProps.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Inherited from

ProtectedImgProps.contentEditable


contextMenu?

optional contextMenu: string

Inherited from

ProtectedImgProps.contextMenu


crossOrigin?

optional crossOrigin: CrossOrigin

Inherited from

MicroAppImagePreviewProps.crossOrigin


customFormatHandlers?

optional customFormatHandlers: CustomFormatHandler[]

Inherited from

ProtectedImgProps.customFormatHandlers


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

__html

__html: string | TrustedHTML

Inherited from

ProtectedImgProps.dangerouslySetInnerHTML


datatype?

optional datatype: string

Inherited from

ProtectedImgProps.datatype


decoding?

optional decoding: "auto" | "async" | "sync"

Inherited from

MicroAppImagePreviewProps.decoding


defaultChecked?

optional defaultChecked: boolean

Inherited from

ProtectedImgProps.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Inherited from

ProtectedImgProps.defaultValue


dir?

optional dir: string

Inherited from

ProtectedImgProps.dir


downloadButton?

optional downloadButton: boolean

Inherited from

ProtectedImgProps.downloadButton


downloadButtonClassName?

optional downloadButtonClassName: string

Inherited from

ProtectedImgProps.downloadButtonClassName


downloadIcon?

optional downloadIcon: ReactNode

Inherited from

ProtectedImgProps.downloadIcon


draggable?

optional draggable: Booleanish

Inherited from

ProtectedImgProps.draggable


enterKeyHint?

optional enterKeyHint: "search" | "send" | "enter" | "done" | "go" | "next" | "previous"

Inherited from

ProtectedImgProps.enterKeyHint


exportparts?

optional exportparts: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

ProtectedImgProps.exportparts


fallbackFilename?

optional fallbackFilename: string

Inherited from

ProtectedImgProps.fallbackFilename


fetchPriority?

optional fetchPriority: "auto" | "low" | "high"

Inherited from

MicroAppImagePreviewProps.fetchPriority


filename?

optional filename: string


height?

optional height: string | number

Inherited from

MicroAppImagePreviewProps.height


hidden?

optional hidden: boolean

Inherited from

ProtectedImgProps.hidden


id?

optional id: string

Inherited from

ProtectedImgProps.id


inert?

optional inert: boolean

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

ProtectedImgProps.inert


inlist?

optional inlist: any

Inherited from

ProtectedImgProps.inlist


inputMode?

optional inputMode: "search" | "none" | "text" | "url" | "tel" | "email" | "numeric" | "decimal"

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

ProtectedImgProps.inputMode


is?

optional is: string

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

ProtectedImgProps.is


itemID?

optional itemID: string

Inherited from

ProtectedImgProps.itemID


itemProp?

optional itemProp: string

Inherited from

ProtectedImgProps.itemProp


itemRef?

optional itemRef: string

Inherited from

ProtectedImgProps.itemRef


itemScope?

optional itemScope: boolean

Inherited from

ProtectedImgProps.itemScope


itemType?

optional itemType: string

Inherited from

ProtectedImgProps.itemType


lang?

optional lang: string

Inherited from

ProtectedImgProps.lang


loading?

optional loading: "eager" | "lazy"

Inherited from

MicroAppImagePreviewProps.loading


loadingIcon?

optional loadingIcon: ReactNode

Inherited from

ProtectedImgProps.loadingIcon


nonce?

optional nonce: string

Inherited from

ProtectedImgProps.nonce


onAbort?

optional onAbort: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onChangeCapture


onClick?

optional onClick: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onEndedCapture


onError?

optional onError: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onInput


onInputCapture?

optional onInputCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onKeyDownCapture


~~onKeyPress?~~

optional onKeyPress: KeyboardEventHandler\<HTMLImageElement>

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

ProtectedImgProps.onKeyPress


~~onKeyPressCapture?~~

optional onKeyPressCapture: KeyboardEventHandler\<HTMLImageElement>

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

ProtectedImgProps.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPasteCapture


onPause?

optional onPause: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onRateChangeCapture


onRemove()?

optional onRemove: () => void

Returns

void


onReset?

optional onReset: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onReset


onResetCapture?

optional onResetCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onResetCapture


onScroll?

optional onScroll: UIEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler\<HTMLImageElement>

Inherited from

ProtectedImgProps.onWheelCapture


part?

optional part: string

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

ProtectedImgProps.part


popover?

optional popover: "" | "auto" | "manual"

Inherited from

ProtectedImgProps.popover


popoverTarget?

optional popoverTarget: string

Inherited from

ProtectedImgProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Inherited from

ProtectedImgProps.popoverTargetAction


prefix?

optional prefix: string

Inherited from

ProtectedImgProps.prefix


property?

optional property: string

Inherited from

ProtectedImgProps.property


radioGroup?

optional radioGroup: string

Inherited from

ProtectedImgProps.radioGroup


referrerPolicy?

optional referrerPolicy: HTMLAttributeReferrerPolicy

Inherited from

MicroAppImagePreviewProps.referrerPolicy


rel?

optional rel: string

Inherited from

ProtectedImgProps.rel


resource?

optional resource: string

Inherited from

ProtectedImgProps.resource


results?

optional results: number

Inherited from

ProtectedImgProps.results


rev?

optional rev: string

Inherited from

ProtectedImgProps.rev


role?

optional role: AriaRole

Inherited from

ProtectedImgProps.role


security?

optional security: string

Inherited from

ProtectedImgProps.security


showTooltipCopyButton?

optional showTooltipCopyButton: boolean


sizes?

optional sizes: string

Inherited from

MicroAppImagePreviewProps.sizes


slot?

optional slot: string

Inherited from

ProtectedImgProps.slot


spellCheck?

optional spellCheck: Booleanish

Inherited from

ProtectedImgProps.spellCheck


src?

optional src: string

Inherited from

MicroAppImagePreviewProps.src


srcSet?

optional srcSet: string

Inherited from

MicroAppImagePreviewProps.srcSet


style?

optional style: CSSProperties

Inherited from

ProtectedImgProps.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Inherited from

ProtectedImgProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Inherited from

ProtectedImgProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Inherited from

ProtectedImgProps.tabIndex


title?

optional title: string

Inherited from

ProtectedImgProps.title


translate?

optional translate: "no" | "yes"

Inherited from

ProtectedImgProps.translate


typeof?

optional typeof: string

Inherited from

ProtectedImgProps.typeof


unselectable?

optional unselectable: "off" | "on"

Inherited from

ProtectedImgProps.unselectable


useMap?

optional useMap: string

Inherited from

MicroAppImagePreviewProps.useMap


vocab?

optional vocab: string

Inherited from

ProtectedImgProps.vocab


width?

optional width: string | number

Inherited from

MicroAppImagePreviewProps.width