ReadonlyclearRemove all entries
ReadonlydeleteDelete an entry by key
ReadonlydirtyWhether any map entry has changed from initial
ReadonlyentriesAccess individual entry field states by key
ReadonlyerrorsValidation errors for the map as a whole (aggregated from entries)
ReadonlygetGet field state for a specific key
ReadonlyresetReset the map to initial values
ReadonlysetSet the entire map value
ReadonlysetSet a single entry value (creates entry state if new)
ReadonlysizeReactive size of the map
ReadonlytouchedWhether any map entry has been touched
ReadonlyupdateUpdate the map value with a function
ReadonlyvalueThe map's current values as a readable
Runtime state for a map field. Provides map manipulation and access to individual entry states.