The errors storage of the Map type
#errors
The errors storage of the Map type where the key is of the generic type variable Id.
Map
key
Id
#errors: Map<Id, any> = new Map();
Map<
,
any
>
Last updated 1 year ago