jsdoc
This commit is contained in:
parent
bf9908ded1
commit
9c2af40b36
1 changed files with 4 additions and 0 deletions
4
main.js
4
main.js
|
@ -652,6 +652,10 @@ export class class_ {
|
|||
return this.#elem;
|
||||
}
|
||||
|
||||
/**
|
||||
* Rerender only this and child nodes.
|
||||
* @param {any[]} args Arguments, that should be given all render methodes
|
||||
*/
|
||||
async rerender(args = []) {
|
||||
await this.build(args);
|
||||
this.render;
|
||||
|
|
Loading…
Reference in a new issue