Search Docs
Loading...
Skip to content

Interface: InsertResult

Result of an insert operation.

Type Parameters#

Type ParameterDefault type
A extends UIAreaUIArea

Properties#

PropertyTypeDescription
insertedbooleanWhether at least one component was successfully inserted. False if target not found.
insertedCountnumberNumber of components that were inserted.
orderOrderComponentFor<A>[]The new order after the insert.