* Initializes the control before the content of the control is set. Use the processed method for any initialization that should be done after the content of the control has been set. * @param element The DOM element that will contain all the content for the page. * @param options T
(element: HTMLElement, options: any)
| 9090 | * @returns A promise that is fulfilled when initialization is complete, if asynchronous processing is necessary. If not, returns nothing. |
| 9091 | **/ |
| 9092 | init? (element: HTMLElement, options: any): any; |
| 9093 | |
| 9094 | /** |
| 9095 | * Creates DOM objects from the content in the specified URI. This method is called after the PageControl is defined and before the init method is called. |
no outgoing calls
no test coverage detected