* Get all buttons
()
| 77 | * Get all buttons |
| 78 | */ |
| 79 | static buttons (): MenuButton[] { |
| 80 | const config = this.engine.configuration(this.tag) as { buttons: MenuButton[] }; |
| 81 | return config.buttons; |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Find a button by its string identifier |
no test coverage detected