We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78c6f6 commit 8eca426Copy full SHA for 8eca426
1 file changed
button.ts
@@ -238,11 +238,12 @@ namespace user_interface_base {
238
* used by .dynamicBoundaryColorsOn and .selected, see .draw()
239
*/
240
private boundaryColor: number
241
+
242
/**
243
* Seldom used, you can store arbitrary data here.
244
* This might be useful when you choose to pass button with onClick().
245
- public state: number[]
246
+ public state: any[]
247
248
* Used to disable a button.
249
0 commit comments