ReadonlyemptyA signal emitting true if the collection is empty
ReadonlysizeA signal emitting the number of items in the collection
ReadonlyvalueA signal emitting the inner non-signal map
Clear the collection
Remove a key from the collection
The key to remove
removed - True if an item was removed
Remove keys from the collection
The keys to remove
removed - True if items were removed
Create a signal emitting true if a key exists in the collection
Toggle a value in the map
The applied change (true = item added, false = item removed, undefined = nothing changed)
A Map where the state and values are accessible as signals