feat: Remove most block tree support. (#9412)

Also, use regions for identifiying toolbox, workspace, and flyout.
This commit is contained in:
Ben Henning
2025-10-13 12:37:21 -07:00
committed by GitHub
parent 40aa0d3328
commit c8a7fc66c4
4 changed files with 23 additions and 96 deletions

View File

@@ -53,6 +53,7 @@ export enum Role {
TEXTBOX = 'textbox',
COMBOBOX = 'combobox',
SPINBUTTON = 'spinbutton',
REGION = 'region',
}
/**