MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / apply

Method apply

src/actions/Clear.ts:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 override async apply(): Promise<void> {
16 const dialogAction = this.engine.action('Dialog');
17
18 if (dialogAction) {
19 dialogAction.reset({ keepNVL: true, saveNVL: true });
20 }
21 }
22
23 override async didApply(): Promise<ActionApplyResult> {
24 const textBox = this.engine.element().find('[data-component="text-box"]').get(0) as any;

Callers

nothing calls this directly

Calls 2

actionMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected