Stay organized with collections
Save and categorize content based on your preferences.
Set the callback method. This method is called when the user selects items or
cancels. The callback method receives a single callback object. The structure
of the callback object is described in the
JSON Guide.
[[["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 2024-09-17 UTC."],[[["`setCallback` is used to define a function that's triggered when a user interacts with the picker, either by selecting items or canceling the action."],["This callback function receives a `ResponseObject` containing details about the user's interaction, as outlined in the JSON Guide."],["The `setCallback` method returns a `PickerBuilder` object, allowing for further customization of the picker instance."]]],[]]