bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Returns either a clone of this object or, if a key is provided, the value of the property with the passed-in key. Look at the constructor's parameters to see which properties are available.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`ActiveDictionary.get()` returns a clone of the entire object if called without arguments, providing access to all properties."],["When a `key` is passed as an argument, `ActiveDictionary.get()` returns the specific value associated with that key within the object."],["Refer to the `ActiveDictionary` constructor's parameters to identify the available keys and their corresponding property types."]]],[]]