A callback fired when the button is clicked. The callback is passed the button widget.
disabled
Boolean, optional
Whether the button is disabled. Defaults to false.
style
Object, optional
An object of allowed CSS styles with their values to be set for this widget. Defaults to an empty object.
imageUrl
String, optional
Optional image url. If provided, the button will be rendered as an image and the value text will be shown on mouse hover. Only data: urls and icons loaded from gstatic.com are allowed.
[[["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."],[[["Creates a clickable button widget with customizable text label, click functionality, and appearance."],["Allows setting an optional image for the button, displaying the label text on hover."],["Can be disabled to prevent user interaction."],["Provides flexibility in styling through CSS properties."],["Utilizes a straightforward constructor function for instantiation with various parameters."]]],[]]