({ text, images }: { text?: string; images?: string[] } = {})
| 1484 | } |
| 1485 | |
| 1486 | public approveAsk({ text, images }: { text?: string; images?: string[] } = {}) { |
| 1487 | this.handleWebviewAskResponse("yesButtonClicked", text, images) |
| 1488 | } |
| 1489 | |
| 1490 | public denyAsk({ text, images }: { text?: string; images?: string[] } = {}) { |
| 1491 | this.handleWebviewAskResponse("noButtonClicked", text, images) |
no test coverage detected