Skip to main content
Version: 4.11.1

OnContentError

Type: TSInterface

PROPERTYTYPEDESCRIPTION
currentTargetInfiniteGrid

An InfiniteGrid instance that triggered this event.

elementHTMLElement

The item's element.

targetHTMLElement

The content element with error.

itemInfiniteGridItem

The item with error content.

update() => void

If you have fixed the error and want to recheck it, call update(). If you remove an element, call the syncElements() method.

remove() => void

If you want to remove the item corresponding to the error, call remove().