Interfaces
Yor.ts | interfaces/Modal
Interface: Modal
Implemented by
Table of contents
Properties
Properties
execute
• execute: (context
: ModalContext
) => void
| Promise
<void
>
Type declaration
▸ (context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
context | ModalContext |
Returns
void
| Promise
<void
>
Defined in
id
• id: string
Defined in
Was this page helpful?