add JS Docs

This commit is contained in:
Niels Lyngsø
2023-02-24 15:11:22 +01:00
parent ebd575ba6e
commit 4aef53b44f

View File

@@ -6,6 +6,7 @@ import { customElement, property } from 'lit/decorators.js';
* @element umb-workspace-property-layout
* @description - Element for displaying a property in an workspace.
* @slot editor - Slot for rendering the Property Editor
* @slot description - Slot for rendering things below the label.
* @slot property-action-menu - Slot for rendering the Property Action Menu
*/
@customElement('umb-workspace-property-layout')
@@ -37,7 +38,7 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
}
:host(:first-of-type) {
padding-top:0;
padding-top: 0;
}
p {