mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-07 07:04:36 +01:00
Implement group boxes
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -326,7 +326,7 @@ export interface Park {
|
||||
* Represents the type of a widget, e.g. button or label.
|
||||
*/
|
||||
export type WidgetType =
|
||||
"button" | "dropdown" | "label" | "tabview" | "viewport";
|
||||
"button" | "dropdown" | "groupbox" | "label" | "tabview" | "viewport";
|
||||
|
||||
export interface Widget {
|
||||
type: WidgetType;
|
||||
|
||||
Reference in New Issue
Block a user