add JS Docs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user