chore(tsdocs): adjustments

This commit is contained in:
moklick
2025-10-20 15:18:54 +02:00
parent 5891ddd0cd
commit 65a8730c2a
2 changed files with 12 additions and 12 deletions

View File

@@ -136,11 +136,11 @@ export type EdgeToolbarBaseProps = {
*/
edgeId: string;
/**
* The `x` position of the edge label.
* The `x` position of the edge toolbar.
*/
x: number;
/**
* The `y` position of the edge label.
* The `y` position of the edge toolbar.
*/
y: number;
/** If `true`, edge toolbar is visible even if edge is not selected.