chore(client/ts): port sidebar_container

This commit is contained in:
Elian Doran
2025-01-04 12:44:40 +02:00
parent 999977e32f
commit ce56842353
5 changed files with 48 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import toastService from "../services/toast.js";
* For information on using widgets, see the tutorial {@tutorial widget_basics}.
*/
class BasicWidget extends Component {
private attrs: Record<string, string>;
protected attrs: Record<string, string>;
private classes: string[];
private childPositionCounter: number;
private cssEl?: string;