chore(client/ts): port widgets/attribute_widgets/attribute_detail

This commit is contained in:
Elian Doran
2024-12-22 16:22:10 +02:00
parent 7a2b5e731e
commit c5fa865d9d
4 changed files with 148 additions and 75 deletions

View File

@@ -12,6 +12,7 @@ import utils from '../services/utils.js';
* event / command is executed in all components - by simply awaiting the `triggerEvent()`.
*/
export default class Component {
$widget!: JQuery<HTMLElement>;
componentId: string;
children: Component[];
initialized: Promise<void> | null;