@i2analyze/notebook-sdk 1.8.0-dev.11 → 1.8.0-dev.13
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.
|
@@ -2582,6 +2582,12 @@ export declare namespace commands {
|
|
|
2582
2582
|
* @i2since 1.4
|
|
2583
2583
|
*/
|
|
2584
2584
|
readonly copy: CommandId;
|
|
2585
|
+
/**
|
|
2586
|
+
* Gets the identifier of the system command that collapses selected groups in the chart.
|
|
2587
|
+
*
|
|
2588
|
+
* @i2since 1.8
|
|
2589
|
+
*/
|
|
2590
|
+
readonly collapseGroups: CommandId;
|
|
2585
2591
|
/**
|
|
2586
2592
|
* Gets the identifier of the system command that cuts the selected elements and copies them to the clipboard.
|
|
2587
2593
|
* @i2since 1.4
|
|
@@ -2597,11 +2603,27 @@ export declare namespace commands {
|
|
|
2597
2603
|
* @i2since 1.6
|
|
2598
2604
|
*/
|
|
2599
2605
|
readonly downloadRecords: CommandId;
|
|
2606
|
+
/**
|
|
2607
|
+
* Gets the identifier of the system command that enables inline editing for the selected element's label.
|
|
2608
|
+
* @i2since 1.8
|
|
2609
|
+
*/
|
|
2610
|
+
readonly editElementLabel: CommandId;
|
|
2611
|
+
/**
|
|
2612
|
+
* Gets the identifier of the system command that enables inline editing for the selected group's label.
|
|
2613
|
+
* @i2since 1.8
|
|
2614
|
+
*/
|
|
2615
|
+
readonly editGroupLabel: CommandId;
|
|
2600
2616
|
/**
|
|
2601
2617
|
* Gets the identifier of the system command that performs a one-level expand operation on the current selection.
|
|
2602
2618
|
* @i2since 1.1
|
|
2603
2619
|
*/
|
|
2604
2620
|
readonly expand: CommandId;
|
|
2621
|
+
/**
|
|
2622
|
+
* Gets the identifier of the system command that expands selected groups in the chart.
|
|
2623
|
+
*
|
|
2624
|
+
* @i2since 1.8
|
|
2625
|
+
*/
|
|
2626
|
+
readonly expandGroups: CommandId;
|
|
2605
2627
|
/**
|
|
2606
2628
|
* Gets the identifier of the "Export to PDF" system command.
|
|
2607
2629
|
* @i2since 1.3
|
|
@@ -2652,6 +2674,16 @@ export declare namespace commands {
|
|
|
2652
2674
|
* @i2since 1.0
|
|
2653
2675
|
*/
|
|
2654
2676
|
readonly redo: CommandId;
|
|
2677
|
+
/**
|
|
2678
|
+
* Gets the identifier of the system command that resets the selected elements' labels to their default values.
|
|
2679
|
+
* @i2since 1.8
|
|
2680
|
+
*/
|
|
2681
|
+
readonly resetElementLabel: CommandId;
|
|
2682
|
+
/**
|
|
2683
|
+
* Gets the identifier of the system command that resets the selected groups' labels to their default values.
|
|
2684
|
+
* @i2since 1.8
|
|
2685
|
+
*/
|
|
2686
|
+
readonly resetGroupLabel: CommandId;
|
|
2655
2687
|
/**
|
|
2656
2688
|
* Gets the identifier of the system command that saves the current chart.
|
|
2657
2689
|
* @i2since 1.1
|
|
@@ -2794,6 +2826,11 @@ export declare namespace commands {
|
|
|
2794
2826
|
* @i2since 1.0
|
|
2795
2827
|
*/
|
|
2796
2828
|
readonly discover: GroupId;
|
|
2829
|
+
/**
|
|
2830
|
+
* Gets the identifier of the system action group related to element label operations.
|
|
2831
|
+
* @i2since 1.8
|
|
2832
|
+
*/
|
|
2833
|
+
readonly label: GroupId;
|
|
2797
2834
|
/**
|
|
2798
2835
|
* Gets the identifier of the system action group related to link direction.
|
|
2799
2836
|
* @i2since 1.5
|