This commit is contained in:
jusax23 2022-12-07 22:11:36 +01:00
parent bf9908ded1
commit 9c2af40b36

View file

@ -652,6 +652,10 @@ export class class_ {
return this.#elem; return this.#elem;
} }
/**
* Rerender only this and child nodes.
* @param {any[]} args Arguments, that should be given all render methodes
*/
async rerender(args = []) { async rerender(args = []) {
await this.build(args); await this.build(args);
this.render; this.render;