Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menetapkan origin dialog pemilih. Origin harus ditetapkan ke
window.location.protocol + '//' + window.location.host dari halaman
teratas, jika aplikasi Anda berjalan di iframe.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-25 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)"]]