@i2analyze/notebook-sdk 1.8.0-dev.5 → 1.8.0-dev.7
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
|
*
|
|
@@ -5751,7 +5759,7 @@ export declare namespace visual {
|
|
|
5751
5759
|
* Gets the image to display for the node group, or undefined if there is no image.
|
|
5752
5760
|
* @i2since 1.8
|
|
5753
5761
|
*/
|
|
5754
|
-
readonly image
|
|
5762
|
+
readonly image: IImageSetting;
|
|
5755
5763
|
/**
|
|
5756
5764
|
* Gets the border color of the node group.
|
|
5757
5765
|
* @i2since 1.8
|