@i2analyze/notebook-sdk 1.8.0-dev.5 → 1.8.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -711,6 +711,14 @@ export declare namespace app {
|
|
|
711
711
|
* @i2since 1.8
|
|
712
712
|
*/
|
|
713
713
|
setBorderColor(color: string | undefined): this;
|
|
714
|
+
/**
|
|
715
|
+
* Sets or resets the border width of the node group.
|
|
716
|
+
*
|
|
717
|
+
* @param width - The width to set, or `undefined` to reset the width to the theme default.
|
|
718
|
+
* @returns The node group, with its border width set to the specified value.
|
|
719
|
+
* @i2since 1.8
|
|
720
|
+
*/
|
|
721
|
+
setBorderWidth(width: number | undefined): this;
|
|
714
722
|
/**
|
|
715
723
|
* Sets or resets the fill color of the node group.
|
|
716
724
|
*
|