[[["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."],[[["`Button.getImageUrl()` retrieves the URL of the image associated with a button element, if an image is present."],["This method, when called on a `ui.Button` instance, returns a string representing the image URL."]]],["The `getImageUrl()` method, when called on a `ui.Button` instance, retrieves the URL of the image associated with that button. It takes no explicit arguments, only the `ui.Button` instance itself (`this: ui.button`). The method returns a String, which represents the URL of the button's image if it is set. Otherwise, it will return nothing.\n"]]