[[["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-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eBorderType\u003c/code\u003e is an enum used to define the border style of widgets.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two options: \u003ccode\u003eNO_BORDER\u003c/code\u003e for no border and \u003ccode\u003eSTROKE\u003c/code\u003e for a stroke border.\u003c/p\u003e\n"]]],[],null,["BorderType\n\nAn enum that represents the border types that can be applied to widgets. \n\nProperties\n\n| Property | Type | Description |\n|-------------|--------|----------------------|\n| `NO_BORDER` | `Enum` | No border style. |\n| `STROKE` | `Enum` | Stroke border style. |"]]