Skip to content
Obsidian Typings
Catalyst (1.13.7)
|
Public (1.13.7)
Search
Ctrl
K
Cancel
Github
Select theme
Dark
Light
Auto
Github
Select theme
Dark
Light
Auto
MapOfSets.add method
MapOfSets
› add
Unofficial
Add a value to the set associated with the given key.
Signature:
add
(key: Key, value: Value):
void
Parameters:
Parameter
Type
Description
key
Key
The key.
value
Value
The value to add.
Returns:
void