add property type
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user