@i2analyze/notebook-sdk 1.8.0-dev.11 → 1.8.0-dev.12
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.
|
@@ -2597,6 +2597,16 @@ export declare namespace commands {
|
|
|
2597
2597
|
* @i2since 1.6
|
|
2598
2598
|
*/
|
|
2599
2599
|
readonly downloadRecords: CommandId;
|
|
2600
|
+
/**
|
|
2601
|
+
* Gets the identifier of the system command that enables inline editing for the selected element's label.
|
|
2602
|
+
* @i2since 1.8
|
|
2603
|
+
*/
|
|
2604
|
+
readonly editElementLabel: CommandId;
|
|
2605
|
+
/**
|
|
2606
|
+
* Gets the identifier of the system command that enables inline editing for the selected group's label.
|
|
2607
|
+
* @i2since 1.8
|
|
2608
|
+
*/
|
|
2609
|
+
readonly editGroupLabel: CommandId;
|
|
2600
2610
|
/**
|
|
2601
2611
|
* Gets the identifier of the system command that performs a one-level expand operation on the current selection.
|
|
2602
2612
|
* @i2since 1.1
|
|
@@ -2652,6 +2662,16 @@ export declare namespace commands {
|
|
|
2652
2662
|
* @i2since 1.0
|
|
2653
2663
|
*/
|
|
2654
2664
|
readonly redo: CommandId;
|
|
2665
|
+
/**
|
|
2666
|
+
* Gets the identifier of the system command that resets the selected elements' labels to their default values.
|
|
2667
|
+
* @i2since 1.8
|
|
2668
|
+
*/
|
|
2669
|
+
readonly resetElementLabel: CommandId;
|
|
2670
|
+
/**
|
|
2671
|
+
* Gets the identifier of the system command that resets the selected groups' labels to their default values.
|
|
2672
|
+
* @i2since 1.8
|
|
2673
|
+
*/
|
|
2674
|
+
readonly resetGroupLabel: CommandId;
|
|
2655
2675
|
/**
|
|
2656
2676
|
* Gets the identifier of the system command that saves the current chart.
|
|
2657
2677
|
* @i2since 1.1
|
|
@@ -2794,6 +2814,11 @@ export declare namespace commands {
|
|
|
2794
2814
|
* @i2since 1.0
|
|
2795
2815
|
*/
|
|
2796
2816
|
readonly discover: GroupId;
|
|
2817
|
+
/**
|
|
2818
|
+
* Gets the identifier of the system action group related to element label operations.
|
|
2819
|
+
* @i2since 1.8
|
|
2820
|
+
*/
|
|
2821
|
+
readonly label: GroupId;
|
|
2797
2822
|
/**
|
|
2798
2823
|
* Gets the identifier of the system action group related to link direction.
|
|
2799
2824
|
* @i2since 1.5
|