add property type

This commit is contained in:
Niels Lyngsø
2023-08-03 11:03:33 +02:00
parent 8a9124f79c
commit 49f211e859

View File

@@ -36,10 +36,10 @@ export class UmbWorkspaceEditorElement extends UmbLitElement {
@property()
public headline = '';
@property()
@property({type: Boolean})
public hideNavigation = false;
@property()
@property({type: Boolean})
public enforceNoFooter = false;
private _alias = '';