Skip to main content

SuspensefulImageProps

@steambrew/client v4.2.1


Interface: SuspensefulImageProps

Defined in: src/custom-components/SuspensefulImage.tsx:6

Extends

  • ImgHTMLAttributes<HTMLImageElement>

Properties

about?

optional about: string;

Defined in: node_modules/@types/react/index.d.ts:1776

Inherited from

ImgHTMLAttributes.about

accessKey?

optional accessKey: string;

Defined in: node_modules/@types/react/index.d.ts:1752

Inherited from

ImgHTMLAttributes.accessKey

alt?

optional alt: string;

Defined in: node_modules/@types/react/index.d.ts:2067

Inherited from

ImgHTMLAttributes.alt

aria-activedescendant?

optional aria-activedescendant: string;

Defined in: node_modules/@types/react/index.d.ts:1559

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

Inherited from

ImgHTMLAttributes.aria-activedescendant

aria-atomic?

optional aria-atomic: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1561

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

ImgHTMLAttributes.aria-atomic

aria-autocomplete?

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

Defined in: node_modules/@types/react/index.d.ts:1566

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

ImgHTMLAttributes.aria-autocomplete

aria-busy?

optional aria-busy: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1568

Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.

Inherited from

ImgHTMLAttributes.aria-busy

aria-checked?

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

Defined in: node_modules/@types/react/index.d.ts:1573

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

See

  • aria-pressed
  • aria-selected.

Inherited from

ImgHTMLAttributes.aria-checked

aria-colcount?

optional aria-colcount: number;

Defined in: node_modules/@types/react/index.d.ts:1578

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

See

aria-colindex.

Inherited from

ImgHTMLAttributes.aria-colcount

aria-colindex?

optional aria-colindex: number;

Defined in: node_modules/@types/react/index.d.ts:1583

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

ImgHTMLAttributes.aria-colindex

aria-colspan?

optional aria-colspan: number;

Defined in: node_modules/@types/react/index.d.ts:1588

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

See

  • aria-colindex
  • aria-rowspan.

Inherited from

ImgHTMLAttributes.aria-colspan

aria-controls?

optional aria-controls: string;

Defined in: node_modules/@types/react/index.d.ts:1593

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

See

aria-owns.

Inherited from

ImgHTMLAttributes.aria-controls

aria-current?

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

Defined in: node_modules/@types/react/index.d.ts:1595

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

Inherited from

ImgHTMLAttributes.aria-current

aria-describedby?

optional aria-describedby: string;

Defined in: node_modules/@types/react/index.d.ts:1600

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

See

aria-labelledby

Inherited from

ImgHTMLAttributes.aria-describedby

aria-details?

optional aria-details: string;

Defined in: node_modules/@types/react/index.d.ts:1605

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

See

aria-describedby.

Inherited from

ImgHTMLAttributes.aria-details

aria-disabled?

optional aria-disabled: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1610

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

ImgHTMLAttributes.aria-disabled

aria-dropeffect?

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

Defined in: node_modules/@types/react/index.d.ts:1615

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

Deprecated

in ARIA 1.1

Inherited from

ImgHTMLAttributes.aria-dropeffect

aria-errormessage?

optional aria-errormessage: string;

Defined in: node_modules/@types/react/index.d.ts:1620

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

ImgHTMLAttributes.aria-errormessage

aria-expanded?

optional aria-expanded: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1622

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

Inherited from

ImgHTMLAttributes.aria-expanded

aria-flowto?

optional aria-flowto: string;

Defined in: node_modules/@types/react/index.d.ts:1627

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

ImgHTMLAttributes.aria-flowto

aria-grabbed?

optional aria-grabbed: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1632

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

Deprecated

in ARIA 1.1

Inherited from

ImgHTMLAttributes.aria-grabbed

aria-haspopup?

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

Defined in: node_modules/@types/react/index.d.ts:1634

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

Inherited from

ImgHTMLAttributes.aria-haspopup

aria-hidden?

optional aria-hidden: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1639

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

ImgHTMLAttributes.aria-hidden

aria-invalid?

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

Defined in: node_modules/@types/react/index.d.ts:1644

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

See

aria-errormessage.

Inherited from

ImgHTMLAttributes.aria-invalid

aria-keyshortcuts?

optional aria-keyshortcuts: string;

Defined in: node_modules/@types/react/index.d.ts:1646

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

Inherited from

ImgHTMLAttributes.aria-keyshortcuts

aria-label?

optional aria-label: string;

Defined in: node_modules/@types/react/index.d.ts:1651

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

ImgHTMLAttributes.aria-label

aria-labelledby?

optional aria-labelledby: string;

Defined in: node_modules/@types/react/index.d.ts:1656

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

See

aria-describedby.

Inherited from

ImgHTMLAttributes.aria-labelledby

aria-level?

optional aria-level: number;

Defined in: node_modules/@types/react/index.d.ts:1658

Defines the hierarchical level of an element within a structure.

Inherited from

ImgHTMLAttributes.aria-level

aria-live?

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

Defined in: node_modules/@types/react/index.d.ts:1660

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

ImgHTMLAttributes.aria-live

aria-modal?

optional aria-modal: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1662

Indicates whether an element is modal when displayed.

Inherited from

ImgHTMLAttributes.aria-modal

aria-multiline?

optional aria-multiline: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1664

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

Inherited from

ImgHTMLAttributes.aria-multiline

aria-multiselectable?

optional aria-multiselectable: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1666

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

Inherited from

ImgHTMLAttributes.aria-multiselectable

aria-orientation?

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

Defined in: node_modules/@types/react/index.d.ts:1668

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

Inherited from

ImgHTMLAttributes.aria-orientation

aria-owns?

optional aria-owns: string;

Defined in: node_modules/@types/react/index.d.ts:1674

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

ImgHTMLAttributes.aria-owns

aria-placeholder?

optional aria-placeholder: string;

Defined in: node_modules/@types/react/index.d.ts:1679

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

ImgHTMLAttributes.aria-placeholder

aria-posinset?

optional aria-posinset: number;

Defined in: node_modules/@types/react/index.d.ts:1684

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

ImgHTMLAttributes.aria-posinset

aria-pressed?

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

Defined in: node_modules/@types/react/index.d.ts:1689

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

ImgHTMLAttributes.aria-pressed

aria-readonly?

optional aria-readonly: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1694

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

See

aria-disabled.

Inherited from

ImgHTMLAttributes.aria-readonly

aria-relevant?

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

Defined in: node_modules/@types/react/index.d.ts:1699

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

See

aria-atomic.

Inherited from

ImgHTMLAttributes.aria-relevant

aria-required?

optional aria-required: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1701

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

Inherited from

ImgHTMLAttributes.aria-required

aria-roledescription?

optional aria-roledescription: string;

Defined in: node_modules/@types/react/index.d.ts:1703

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

Inherited from

ImgHTMLAttributes.aria-roledescription

aria-rowcount?

optional aria-rowcount: number;

Defined in: node_modules/@types/react/index.d.ts:1708

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

See

aria-rowindex.

Inherited from

ImgHTMLAttributes.aria-rowcount

aria-rowindex?

optional aria-rowindex: number;

Defined in: node_modules/@types/react/index.d.ts:1713

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

ImgHTMLAttributes.aria-rowindex

aria-rowspan?

optional aria-rowspan: number;

Defined in: node_modules/@types/react/index.d.ts:1718

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

See

  • aria-rowindex
  • aria-colspan.

Inherited from

ImgHTMLAttributes.aria-rowspan

aria-selected?

optional aria-selected: boolean | "true" | "false";

Defined in: node_modules/@types/react/index.d.ts:1723

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

ImgHTMLAttributes.aria-selected

aria-setsize?

optional aria-setsize: number;

Defined in: node_modules/@types/react/index.d.ts:1728

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

ImgHTMLAttributes.aria-setsize

aria-sort?

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

Defined in: node_modules/@types/react/index.d.ts:1730

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

Inherited from

ImgHTMLAttributes.aria-sort

aria-valuemax?

optional aria-valuemax: number;

Defined in: node_modules/@types/react/index.d.ts:1732

Defines the maximum allowed value for a range widget.

Inherited from

ImgHTMLAttributes.aria-valuemax

aria-valuemin?

optional aria-valuemin: number;

Defined in: node_modules/@types/react/index.d.ts:1734

Defines the minimum allowed value for a range widget.

Inherited from

ImgHTMLAttributes.aria-valuemin

aria-valuenow?

optional aria-valuenow: number;

Defined in: node_modules/@types/react/index.d.ts:1739

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

ImgHTMLAttributes.aria-valuenow

aria-valuetext?

optional aria-valuetext: string;

Defined in: node_modules/@types/react/index.d.ts:1741

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

Inherited from

ImgHTMLAttributes.aria-valuetext

autoCapitalize?

optional autoCapitalize: string;

Defined in: node_modules/@types/react/index.d.ts:1786

Inherited from

ImgHTMLAttributes.autoCapitalize

autoCorrect?

optional autoCorrect: string;

Defined in: node_modules/@types/react/index.d.ts:1787

Inherited from

ImgHTMLAttributes.autoCorrect

autoSave?

optional autoSave: string;

Defined in: node_modules/@types/react/index.d.ts:1788

Inherited from

ImgHTMLAttributes.autoSave

children?

optional children: ReactNode;

Defined in: node_modules/@types/react/index.d.ts:1349

Inherited from

ImgHTMLAttributes.children

className?

optional className: string;

Defined in: node_modules/@types/react/index.d.ts:1753

Inherited from

ImgHTMLAttributes.className

color?

optional color: string;

Defined in: node_modules/@types/react/index.d.ts:1789

Inherited from

ImgHTMLAttributes.color

contentEditable?

optional contentEditable: "inherit" | Booleanish;

Defined in: node_modules/@types/react/index.d.ts:1754

Inherited from

ImgHTMLAttributes.contentEditable

contextMenu?

optional contextMenu: string;

Defined in: node_modules/@types/react/index.d.ts:1755

Inherited from

ImgHTMLAttributes.contextMenu

crossOrigin?

optional crossOrigin: "" | "anonymous" | "use-credentials";

Defined in: node_modules/@types/react/index.d.ts:2068

Inherited from

ImgHTMLAttributes.crossOrigin

dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: {
__html: string;
};

Defined in: node_modules/@types/react/index.d.ts:1350

__html

__html: string;

Inherited from

ImgHTMLAttributes.dangerouslySetInnerHTML

datatype?

optional datatype: string;

Defined in: node_modules/@types/react/index.d.ts:1777

Inherited from

ImgHTMLAttributes.datatype

decoding?

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

Defined in: node_modules/@types/react/index.d.ts:2069

Inherited from

ImgHTMLAttributes.decoding

defaultChecked?

optional defaultChecked: boolean;

Defined in: node_modules/@types/react/index.d.ts:1746

Inherited from

ImgHTMLAttributes.defaultChecked

defaultValue?

optional defaultValue: string | number | readonly string[];

Defined in: node_modules/@types/react/index.d.ts:1747

Inherited from

ImgHTMLAttributes.defaultValue

dir?

optional dir: string;

Defined in: node_modules/@types/react/index.d.ts:1756

Inherited from

ImgHTMLAttributes.dir

draggable?

optional draggable: Booleanish;

Defined in: node_modules/@types/react/index.d.ts:1757

Inherited from

ImgHTMLAttributes.draggable

height?

optional height: string | number;

Defined in: node_modules/@types/react/index.d.ts:2070

Inherited from

ImgHTMLAttributes.height

hidden?

optional hidden: boolean;

Defined in: node_modules/@types/react/index.d.ts:1758

Inherited from

ImgHTMLAttributes.hidden

id?

optional id: string;

Defined in: node_modules/@types/react/index.d.ts:1759

Inherited from

ImgHTMLAttributes.id

inlist?

optional inlist: any;

Defined in: node_modules/@types/react/index.d.ts:1778

Inherited from

ImgHTMLAttributes.inlist

inputMode?

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

Defined in: node_modules/@types/react/index.d.ts:1804

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

ImgHTMLAttributes.inputMode

is?

optional is: string;

Defined in: node_modules/@types/react/index.d.ts:1809

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

ImgHTMLAttributes.is

itemID?

optional itemID: string;

Defined in: node_modules/@types/react/index.d.ts:1793

Inherited from

ImgHTMLAttributes.itemID

itemProp?

optional itemProp: string;

Defined in: node_modules/@types/react/index.d.ts:1790

Inherited from

ImgHTMLAttributes.itemProp

itemRef?

optional itemRef: string;

Defined in: node_modules/@types/react/index.d.ts:1794

Inherited from

ImgHTMLAttributes.itemRef

itemScope?

optional itemScope: boolean;

Defined in: node_modules/@types/react/index.d.ts:1791

Inherited from

ImgHTMLAttributes.itemScope

itemType?

optional itemType: string;

Defined in: node_modules/@types/react/index.d.ts:1792

Inherited from

ImgHTMLAttributes.itemType

lang?

optional lang: string;

Defined in: node_modules/@types/react/index.d.ts:1760

Inherited from

ImgHTMLAttributes.lang

loading?

optional loading: "eager" | "lazy";

Defined in: node_modules/@types/react/index.d.ts:2071

Inherited from

ImgHTMLAttributes.loading

onAbort?

optional onAbort: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1405

Inherited from

ImgHTMLAttributes.onAbort

onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1406

Inherited from

ImgHTMLAttributes.onAbortCapture

onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1535

Inherited from

ImgHTMLAttributes.onAnimationEnd

onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1536

Inherited from

ImgHTMLAttributes.onAnimationEndCapture

onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1537

Inherited from

ImgHTMLAttributes.onAnimationIteration

onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1538

Inherited from

ImgHTMLAttributes.onAnimationIterationCapture

onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1533

Inherited from

ImgHTMLAttributes.onAnimationStart

onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1534

Inherited from

ImgHTMLAttributes.onAnimationStartCapture

onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1451

Inherited from

ImgHTMLAttributes.onAuxClick

onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1452

Inherited from

ImgHTMLAttributes.onAuxClickCapture

onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1379

Inherited from

ImgHTMLAttributes.onBeforeInput

onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1380

Inherited from

ImgHTMLAttributes.onBeforeInputCapture

onBlur?

optional onBlur: FocusEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1373

Inherited from

ImgHTMLAttributes.onBlur

onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1374

Inherited from

ImgHTMLAttributes.onBlurCapture

onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1407

Inherited from

ImgHTMLAttributes.onCanPlay

onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1408

Inherited from

ImgHTMLAttributes.onCanPlayCapture

onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1409

Inherited from

ImgHTMLAttributes.onCanPlayThrough

onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1410

Inherited from

ImgHTMLAttributes.onCanPlayThroughCapture

onChange?

optional onChange: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1377

Inherited from

ImgHTMLAttributes.onChange

onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1378

Inherited from

ImgHTMLAttributes.onChangeCapture

onClick?

optional onClick: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1453

Inherited from

ImgHTMLAttributes.onClick

onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1454

Inherited from

ImgHTMLAttributes.onClickCapture

onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1363

Inherited from

ImgHTMLAttributes.onCompositionEnd

onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1364

Inherited from

ImgHTMLAttributes.onCompositionEndCapture

onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1365

Inherited from

ImgHTMLAttributes.onCompositionStart

onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1366

Inherited from

ImgHTMLAttributes.onCompositionStartCapture

onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1367

Inherited from

ImgHTMLAttributes.onCompositionUpdate

onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1368

Inherited from

ImgHTMLAttributes.onCompositionUpdateCapture

onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1455

Inherited from

ImgHTMLAttributes.onContextMenu

onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1456

Inherited from

ImgHTMLAttributes.onContextMenuCapture

onCopy?

optional onCopy: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1355

Inherited from

ImgHTMLAttributes.onCopy

onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1356

Inherited from

ImgHTMLAttributes.onCopyCapture

onCut?

optional onCut: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1357

Inherited from

ImgHTMLAttributes.onCut

onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1358

Inherited from

ImgHTMLAttributes.onCutCapture

onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1457

Inherited from

ImgHTMLAttributes.onDoubleClick

onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1458

Inherited from

ImgHTMLAttributes.onDoubleClickCapture

onDrag?

optional onDrag: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1459

Inherited from

ImgHTMLAttributes.onDrag

onDragCapture?

optional onDragCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1460

Inherited from

ImgHTMLAttributes.onDragCapture

onDragEnd?

optional onDragEnd: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1461

Inherited from

ImgHTMLAttributes.onDragEnd

onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1462

Inherited from

ImgHTMLAttributes.onDragEndCapture

onDragEnter?

optional onDragEnter: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1463

Inherited from

ImgHTMLAttributes.onDragEnter

onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1464

Inherited from

ImgHTMLAttributes.onDragEnterCapture

onDragExit?

optional onDragExit: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1465

Inherited from

ImgHTMLAttributes.onDragExit

onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1466

Inherited from

ImgHTMLAttributes.onDragExitCapture

onDragLeave?

optional onDragLeave: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1467

Inherited from

ImgHTMLAttributes.onDragLeave

onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1468

Inherited from

ImgHTMLAttributes.onDragLeaveCapture

onDragOver?

optional onDragOver: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1469

Inherited from

ImgHTMLAttributes.onDragOver

onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1470

Inherited from

ImgHTMLAttributes.onDragOverCapture

onDragStart?

optional onDragStart: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1471

Inherited from

ImgHTMLAttributes.onDragStart

onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1472

Inherited from

ImgHTMLAttributes.onDragStartCapture

onDrop?

optional onDrop: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1473

Inherited from

ImgHTMLAttributes.onDrop

onDropCapture?

optional onDropCapture: DragEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1474

Inherited from

ImgHTMLAttributes.onDropCapture

onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1411

Inherited from

ImgHTMLAttributes.onDurationChange

onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1412

Inherited from

ImgHTMLAttributes.onDurationChangeCapture

onEmptied?

optional onEmptied: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1413

Inherited from

ImgHTMLAttributes.onEmptied

onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1414

Inherited from

ImgHTMLAttributes.onEmptiedCapture

onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1415

Inherited from

ImgHTMLAttributes.onEncrypted

onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1416

Inherited from

ImgHTMLAttributes.onEncryptedCapture

onEnded?

optional onEnded: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1417

Inherited from

ImgHTMLAttributes.onEnded

onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1418

Inherited from

ImgHTMLAttributes.onEndedCapture

onError?

optional onError: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1393

Inherited from

ImgHTMLAttributes.onError

onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1394

Inherited from

ImgHTMLAttributes.onErrorCapture

onFocus?

optional onFocus: FocusEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1371

Inherited from

ImgHTMLAttributes.onFocus

onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1372

Inherited from

ImgHTMLAttributes.onFocusCapture

onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1519

Inherited from

ImgHTMLAttributes.onGotPointerCapture

onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1520

Inherited from

ImgHTMLAttributes.onGotPointerCaptureCapture

onInput?

optional onInput: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1381

Inherited from

ImgHTMLAttributes.onInput

onInputCapture?

optional onInputCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1382

Inherited from

ImgHTMLAttributes.onInputCapture

onInvalid?

optional onInvalid: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1387

Inherited from

ImgHTMLAttributes.onInvalid

onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1388

Inherited from

ImgHTMLAttributes.onInvalidCapture

onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1397

Inherited from

ImgHTMLAttributes.onKeyDown

onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1398

Inherited from

ImgHTMLAttributes.onKeyDownCapture

onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1399

Inherited from

ImgHTMLAttributes.onKeyPress

onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1400

Inherited from

ImgHTMLAttributes.onKeyPressCapture

onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1401

Inherited from

ImgHTMLAttributes.onKeyUp

onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1402

Inherited from

ImgHTMLAttributes.onKeyUpCapture

onLoad?

optional onLoad: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1391

Inherited from

ImgHTMLAttributes.onLoad

onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1392

Inherited from

ImgHTMLAttributes.onLoadCapture

onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1419

Inherited from

ImgHTMLAttributes.onLoadedData

onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1420

Inherited from

ImgHTMLAttributes.onLoadedDataCapture

onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1421

Inherited from

ImgHTMLAttributes.onLoadedMetadata

onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1422

Inherited from

ImgHTMLAttributes.onLoadedMetadataCapture

onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1423

Inherited from

ImgHTMLAttributes.onLoadStart

onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1424

Inherited from

ImgHTMLAttributes.onLoadStartCapture

onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1521

Inherited from

ImgHTMLAttributes.onLostPointerCapture

onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1522

Inherited from

ImgHTMLAttributes.onLostPointerCaptureCapture

onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1475

Inherited from

ImgHTMLAttributes.onMouseDown

onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1476

Inherited from

ImgHTMLAttributes.onMouseDownCapture

onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1477

Inherited from

ImgHTMLAttributes.onMouseEnter

onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1478

Inherited from

ImgHTMLAttributes.onMouseLeave

onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1479

Inherited from

ImgHTMLAttributes.onMouseMove

onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1480

Inherited from

ImgHTMLAttributes.onMouseMoveCapture

onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1481

Inherited from

ImgHTMLAttributes.onMouseOut

onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1482

Inherited from

ImgHTMLAttributes.onMouseOutCapture

onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1483

Inherited from

ImgHTMLAttributes.onMouseOver

onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1484

Inherited from

ImgHTMLAttributes.onMouseOverCapture

onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1485

Inherited from

ImgHTMLAttributes.onMouseUp

onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1486

Inherited from

ImgHTMLAttributes.onMouseUpCapture

onPaste?

optional onPaste: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1359

Inherited from

ImgHTMLAttributes.onPaste

onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1360

Inherited from

ImgHTMLAttributes.onPasteCapture

onPause?

optional onPause: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1425

Inherited from

ImgHTMLAttributes.onPause

onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1426

Inherited from

ImgHTMLAttributes.onPauseCapture

onPlay?

optional onPlay: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1427

Inherited from

ImgHTMLAttributes.onPlay

onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1428

Inherited from

ImgHTMLAttributes.onPlayCapture

onPlaying?

optional onPlaying: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1429

Inherited from

ImgHTMLAttributes.onPlaying

onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1430

Inherited from

ImgHTMLAttributes.onPlayingCapture

onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1509

Inherited from

ImgHTMLAttributes.onPointerCancel

onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1510

Inherited from

ImgHTMLAttributes.onPointerCancelCapture

onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1503

Inherited from

ImgHTMLAttributes.onPointerDown

onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1504

Inherited from

ImgHTMLAttributes.onPointerDownCapture

onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1511

Inherited from

ImgHTMLAttributes.onPointerEnter

onPointerEnterCapture?

optional onPointerEnterCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1512

Inherited from

ImgHTMLAttributes.onPointerEnterCapture

onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1513

Inherited from

ImgHTMLAttributes.onPointerLeave

onPointerLeaveCapture?

optional onPointerLeaveCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1514

Inherited from

ImgHTMLAttributes.onPointerLeaveCapture

onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1505

Inherited from

ImgHTMLAttributes.onPointerMove

onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1506

Inherited from

ImgHTMLAttributes.onPointerMoveCapture

onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1517

Inherited from

ImgHTMLAttributes.onPointerOut

onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1518

Inherited from

ImgHTMLAttributes.onPointerOutCapture

onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1515

Inherited from

ImgHTMLAttributes.onPointerOver

onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1516

Inherited from

ImgHTMLAttributes.onPointerOverCapture

onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1507

Inherited from

ImgHTMLAttributes.onPointerUp

onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1508

Inherited from

ImgHTMLAttributes.onPointerUpCapture

onProgress?

optional onProgress: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1431

Inherited from

ImgHTMLAttributes.onProgress

onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1432

Inherited from

ImgHTMLAttributes.onProgressCapture

onRateChange?

optional onRateChange: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1433

Inherited from

ImgHTMLAttributes.onRateChange

onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1434

Inherited from

ImgHTMLAttributes.onRateChangeCapture

onReset?

optional onReset: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1383

Inherited from

ImgHTMLAttributes.onReset

onResetCapture?

optional onResetCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1384

Inherited from

ImgHTMLAttributes.onResetCapture

onScroll?

optional onScroll: UIEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1525

Inherited from

ImgHTMLAttributes.onScroll

onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1526

Inherited from

ImgHTMLAttributes.onScrollCapture

onSeeked?

optional onSeeked: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1435

Inherited from

ImgHTMLAttributes.onSeeked

onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1436

Inherited from

ImgHTMLAttributes.onSeekedCapture

onSeeking?

optional onSeeking: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1437

Inherited from

ImgHTMLAttributes.onSeeking

onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1438

Inherited from

ImgHTMLAttributes.onSeekingCapture

onSelect?

optional onSelect: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1489

Inherited from

ImgHTMLAttributes.onSelect

onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1490

Inherited from

ImgHTMLAttributes.onSelectCapture

onStalled?

optional onStalled: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1439

Inherited from

ImgHTMLAttributes.onStalled

onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1440

Inherited from

ImgHTMLAttributes.onStalledCapture

onSubmit?

optional onSubmit: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1385

Inherited from

ImgHTMLAttributes.onSubmit

onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1386

Inherited from

ImgHTMLAttributes.onSubmitCapture

onSuspend?

optional onSuspend: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1441

Inherited from

ImgHTMLAttributes.onSuspend

onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1442

Inherited from

ImgHTMLAttributes.onSuspendCapture

onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1443

Inherited from

ImgHTMLAttributes.onTimeUpdate

onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1444

Inherited from

ImgHTMLAttributes.onTimeUpdateCapture

onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1493

Inherited from

ImgHTMLAttributes.onTouchCancel

onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1494

Inherited from

ImgHTMLAttributes.onTouchCancelCapture

onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1495

Inherited from

ImgHTMLAttributes.onTouchEnd

onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1496

Inherited from

ImgHTMLAttributes.onTouchEndCapture

onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1497

Inherited from

ImgHTMLAttributes.onTouchMove

onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1498

Inherited from

ImgHTMLAttributes.onTouchMoveCapture

onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1499

Inherited from

ImgHTMLAttributes.onTouchStart

onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1500

Inherited from

ImgHTMLAttributes.onTouchStartCapture

onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1541

Inherited from

ImgHTMLAttributes.onTransitionEnd

onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1542

Inherited from

ImgHTMLAttributes.onTransitionEndCapture

onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1445

Inherited from

ImgHTMLAttributes.onVolumeChange

onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1446

Inherited from

ImgHTMLAttributes.onVolumeChangeCapture

onWaiting?

optional onWaiting: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1447

Inherited from

ImgHTMLAttributes.onWaiting

onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1448

Inherited from

ImgHTMLAttributes.onWaitingCapture

onWheel?

optional onWheel: WheelEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1529

Inherited from

ImgHTMLAttributes.onWheel

onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLImageElement>;

Defined in: node_modules/@types/react/index.d.ts:1530

Inherited from

ImgHTMLAttributes.onWheelCapture

placeholder?

optional placeholder: string;

Defined in: node_modules/@types/react/index.d.ts:1761

Inherited from

ImgHTMLAttributes.placeholder

prefix?

optional prefix: string;

Defined in: node_modules/@types/react/index.d.ts:1779

Inherited from

ImgHTMLAttributes.prefix

property?

optional property: string;

Defined in: node_modules/@types/react/index.d.ts:1780

Inherited from

ImgHTMLAttributes.property

radioGroup?

optional radioGroup: string;

Defined in: node_modules/@types/react/index.d.ts:1770

Inherited from

ImgHTMLAttributes.radioGroup

referrerPolicy?

optional referrerPolicy: HTMLAttributeReferrerPolicy;

Defined in: node_modules/@types/react/index.d.ts:2072

Inherited from

ImgHTMLAttributes.referrerPolicy

resource?

optional resource: string;

Defined in: node_modules/@types/react/index.d.ts:1781

Inherited from

ImgHTMLAttributes.resource

results?

optional results: number;

Defined in: node_modules/@types/react/index.d.ts:1795

Inherited from

ImgHTMLAttributes.results

role?

optional role: string;

Defined in: node_modules/@types/react/index.d.ts:1773

Inherited from

ImgHTMLAttributes.role

security?

optional security: string;

Defined in: node_modules/@types/react/index.d.ts:1796

Inherited from

ImgHTMLAttributes.security

sizes?

optional sizes: string;

Defined in: node_modules/@types/react/index.d.ts:2073

Inherited from

ImgHTMLAttributes.sizes

slot?

optional slot: string;

Defined in: node_modules/@types/react/index.d.ts:1762

Inherited from

ImgHTMLAttributes.slot

spellCheck?

optional spellCheck: Booleanish;

Defined in: node_modules/@types/react/index.d.ts:1763

Inherited from

ImgHTMLAttributes.spellCheck

src?

optional src: string;

Defined in: node_modules/@types/react/index.d.ts:2074

Inherited from

ImgHTMLAttributes.src

srcSet?

optional srcSet: string;

Defined in: node_modules/@types/react/index.d.ts:2075

Inherited from

ImgHTMLAttributes.srcSet

style?

optional style: CSSProperties;

Defined in: node_modules/@types/react/index.d.ts:1764

Inherited from

ImgHTMLAttributes.style

suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean;

Defined in: node_modules/@types/react/index.d.ts:1748

Inherited from

ImgHTMLAttributes.suppressContentEditableWarning

suppressHydrationWarning?

optional suppressHydrationWarning: boolean;

Defined in: node_modules/@types/react/index.d.ts:1749

Inherited from

ImgHTMLAttributes.suppressHydrationWarning

suspenseHeight?

optional suspenseHeight: string | number;

Defined in: src/custom-components/SuspensefulImage.tsx:8


suspenseWidth?

optional suspenseWidth: string | number;

Defined in: src/custom-components/SuspensefulImage.tsx:7


tabIndex?

optional tabIndex: number;

Defined in: node_modules/@types/react/index.d.ts:1765

Inherited from

ImgHTMLAttributes.tabIndex

title?

optional title: string;

Defined in: node_modules/@types/react/index.d.ts:1766

Inherited from

ImgHTMLAttributes.title

translate?

optional translate: "yes" | "no";

Defined in: node_modules/@types/react/index.d.ts:1767

Inherited from

ImgHTMLAttributes.translate

typeof?

optional typeof: string;

Defined in: node_modules/@types/react/index.d.ts:1782

Inherited from

ImgHTMLAttributes.typeof

unselectable?

optional unselectable: "on" | "off";

Defined in: node_modules/@types/react/index.d.ts:1797

Inherited from

ImgHTMLAttributes.unselectable

useMap?

optional useMap: string;

Defined in: node_modules/@types/react/index.d.ts:2076

Inherited from

ImgHTMLAttributes.useMap

vocab?

optional vocab: string;

Defined in: node_modules/@types/react/index.d.ts:1783

Inherited from

ImgHTMLAttributes.vocab

width?

optional width: string | number;

Defined in: node_modules/@types/react/index.d.ts:2077

Inherited from

ImgHTMLAttributes.width