You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/ScriptUI.d.ts
+36-81Lines changed: 36 additions & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -2598,20 +2598,10 @@ declare class _Control {
2598
2598
}
2599
2599
2600
2600
/**
2601
-
* Creation properties of a Button.
2602
-
* But the third argument to the add() method that creates it can be the initial text value.
2603
-
* @param name A unique name for the control. Special name "ok" makes the button primary for parent dialog, and the special name "cancel" makes the button default cancel button for parent dialog.
2604
-
*/
2605
-
interface_AddControlPropertiesButton{
2606
-
name: string
2607
-
}
2608
-
2609
-
/**
2610
-
* Creation properties of a CheckBox.
2611
-
* The third argument to the add() method that creates it is the text to be displayed.
* The third argument of the add() method that creates it is the initial value (default 0), and the fourth argument is the maximum value of the range (default 100).
2723
-
* @param name A unique name for the control.
2724
-
*/
2725
-
interface_AddControlPropertiesProgressbar{
2726
-
name: string
2727
-
}
2728
-
2729
-
/**
2730
-
* Creation properties of a RadioButton.
2731
-
* The third argument of the add() method that creates can be the label text.
2732
-
* @param name A unique name for the control.
2733
-
*/
2734
-
interface_AddControlPropertiesRadioButton{
2735
-
name: string
2736
-
}
2737
-
2738
-
/**
2739
-
* Creation properties of a Scrollbar.
2740
-
* The third argument of the add() method that creates it is the initial value, and the fourth and fifth arguments are the minimum and maximum values of the range.
2741
-
* @param name A unique name for the control.
2742
-
*/
2743
-
interface_AddControlPropertiesScrollbar{
2744
-
name: string
2745
-
}
2746
-
2747
-
/**
2748
-
* Creation properties of a Slider.
2749
-
* The third argument of the add() method that creates it is the initial value, and the fourth and fifth arguments are the minimum and maximum values of the range.
* The third argument can be the initial text value.
2734
+
* Special name "ok" makes the button primary for parent dialog, and the special name "cancel" makes the button default cancel button for parent dialog.
0 commit comments