@i2analyze/notebook-sdk 1.8.0-dev.14 → 1.8.0-dev.15
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.
|
@@ -2774,6 +2774,11 @@ export declare namespace commands {
|
|
|
2774
2774
|
* @i2since 1.8
|
|
2775
2775
|
*/
|
|
2776
2776
|
readonly ungroupNodes: CommandId;
|
|
2777
|
+
/**
|
|
2778
|
+
* Gets the identifier of the system command that toggles the Time Wheel UI.
|
|
2779
|
+
* @i2since 1.8
|
|
2780
|
+
*/
|
|
2781
|
+
readonly toggleTimeWheel: CommandId;
|
|
2777
2782
|
}
|
|
2778
2783
|
/**
|
|
2779
2784
|
* A lookup table for the identifiers of the system action groups in the Home tab.
|