template widget with TS

This commit is contained in:
Ralf Becker
2020-01-21 16:11:08 +01:00
committed by Hadi Nategh
parent e2c735ace9
commit 61a5505ec3
4 changed files with 472 additions and 231 deletions

View File

@ -165,7 +165,7 @@ export abstract class et2_DOMWidget extends et2_widget implements et2_IDOMNode
/**
* Attaches the container node of this widget to the DOM-Tree
*/
doLoadingFinished()
doLoadingFinished() : boolean | JQueryPromise<unknown>
{
// Check whether the parent implements the et2_IDOMNode interface. If
// yes, grab the DOM node and create our own.