Skip to content
Snippets Groups Projects
Commit 49c3c7a9 authored by rhenck's avatar rhenck
Browse files

Add CompoundElement sub class

parent 1b1be7e9
No related branches found
No related tags found
No related merge requests found
......@@ -65,3 +65,5 @@ export abstract class InputElement extends UIElement {
this.readOnly = serializedElement.readOnly !== undefined ? serializedElement.readOnly as boolean : false;
}
}
export abstract class CompoundElement extends UIElement {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment