()
| 11 | } |
| 12 | |
| 13 | override async apply(): Promise<void> { |
| 14 | const textBox = this.engine.element().find('[data-component="text-box"]').get(0) as TextBox | undefined; |
| 15 | textBox?.setState({ hidden: false }); |
| 16 | } |
| 17 | |
| 18 | override async didApply(): Promise<ActionApplyResult> { |
| 19 | this.engine.state({ textboxHidden: false }); |