Documentation

BX.SidePanel.Dictionary

Class-collection for storage of the slider arbitrary data.

Method Description Available from version
dictionary.set(
   key,
   value
)
Specifies value for the key.
dictionary.get(
   key
)
Retrieves the key valuekey.
dictionary.delete(
   key
)
Deletes the key data.
dictionary.has(
   key
)
Returns true, if the data is specified for the key.
dictionary.clear()
Deletes all the collection data.
dictionary.entries()
Returns the complete data collection.


© «Bitrix24», 2001-2024
Up