ReadonlyclearRemove all elements from the array
ReadonlydirtyWhether any array item has changed from initial
ReadonlyerrorsValidation errors for the array as a whole (aggregated from items)
ReadonlyinsertInsert an element at a specific index
ReadonlyitemsAccess individual item field states
ReadonlylengthReactive length of the array
ReadonlymoveMove an element from one index to another
ReadonlypopRemove and return the last element
ReadonlypushAdd one or more elements to the end
ReadonlyremoveRemove the element at a specific index
ReadonlyresetReset the array to initial values
ReadonlysetSet the entire array value
ReadonlyshiftRemove and return the first element
ReadonlytouchedWhether any array item has been touched
ReadonlyunshiftAdd one or more elements to the beginning
ReadonlyupdateUpdate the array value with a function
ReadonlyvalueThe array's current values as a signal
Runtime state for an array field. Provides array manipulation and access to individual item states.