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 2025-06-20 UTC."],[],[],null,["# Method PickerBuilder.setOrigin\n\nSets the origin of picker dialog. The origin should be set to the\nwindow.location.protocol + '//' + window.location.host of the top-most\npage, if your application is running in an iframe.\n\nSignature\n---------\n\n setOrigin(origin: string): PickerBuilder;\n\nDetails\n-------\n\n| Optional | No |\n| Final | No |\n| Protected | No |\n| Static | No |\n|-----------|----|\n\nParameters\n----------\n\n| Name | Type | Optional | Description |\n|----------|----------|----------|-------------|\n| `origin` | `string` | No | |\n\nReturns\n-------\n\n[PickerBuilder](./picker.pickerbuilder)"]]