* calls a message box of the specified type * @param config the message box's configuration
(config: any)
| 2032 | * @param config the message box's configuration |
| 2033 | */ |
| 2034 | message(config: any): HTMLElement; |
| 2035 | |
| 2036 | /** |
| 2037 | * adds properties of the 'source' object into the 'target' object |
no outgoing calls
no test coverage detected