Search Docs
Loading...
Skip to content

Interface: InsertResult

Result of an insert operation.

Type Parameters#

Type Parameter Default type
A extends UIArea UIArea

Properties#

Property Type Description
inserted boolean Whether at least one component was successfully inserted. False if target not found.
insertedCount number Number of components that were inserted.
order OrderComponentFor<A>[] The new order after the insert.