Gets the value with the specified key.
Namespace: MindFusion.Common
Package: Common.js
JavaScript
![]() |
---|
function get (key) |
The key of the element to get.
Type: Object
The value of the element with the specified key.
If no element with the specified key is found, exception will be thrown. If you are not sure that the element is contained in the dictionary, use the contains(key) function.