Stay organized with collections
Save and categorize content based on your preferences.
Sets the origin of picker dialog. The origin should be set to the
window.location.protocol + '//' + window.location.host of the top-most
page, if your application is running in an iframe.
[[["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."],[[["Defines the source location for the picker dialog, crucial for iframe integration."],["Requires the origin to be explicitly specified, typically using the top-most page's URL."],["Modifies the PickerBuilder instance for further configuration, ultimately facilitating the display of the picker dialog."],["It's a non-static, non-final, and non-protected method of the PickerBuilder class accepting one mandatory string-type parameter `origin`."]]],[]]