Skip to content

Commit 4254113

Browse files
committed
umbraco#19086 Added JSDoc for cssprops
1 parent 11449c9 commit 4254113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ import type { UmbPropertyEditorConfigCollection } from '@umbraco-cms/backoffice/
88

99
import '../cascading-menu-popover/cascading-menu-popover.element.js';
1010

11+
/**
12+
* Provides a sticky toolbar for the {@link UmbInputTiptapElement}
13+
* @element umb-tiptap-toolbar
14+
* @cssprop --umb-tiptap-edge-border-color - Defines the edge border color
15+
* @cssprop --umb-tiptap-top - Defines the top value for the sticky toolbar
16+
*/
1117
@customElement('umb-tiptap-toolbar')
1218
export class UmbTiptapToolbarElement extends UmbLitElement {
1319
#attached = false;

0 commit comments

Comments
 (0)