File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -999,7 +999,7 @@ declare namespace GoogleAppsScript {
999999
10001000 /**
10011001 * An object that defines the validation rule for the widget that it is attached to.
1002- *
1002+ *
10031003 * const validation = CardService.newValidation()
10041004 * .setCharacterLimit('10')
10051005 * .setInputType(CardService.InputType.TEXT);
Original file line number Diff line number Diff line change @@ -628,8 +628,8 @@ CardService.newMaterialIcon().setName(""); // $ExpectType MaterialIcon
628628CardService . newMaterialIcon ( ) . setWeight ( 100 ) ; // $ExpectType MaterialIcon
629629
630630CardService . newValidation ( ) ; // $ExpectType Validation
631- CardService . newValidation ( ) . setCharacterLimit ( 10 ) // $ExpectType Validation
632- CardService . newValidation ( ) . setInputType ( CardService . InputType . TEXT ) // $ExpectType Validation
631+ CardService . newValidation ( ) . setCharacterLimit ( 10 ) ; // $ExpectType Validation
632+ CardService . newValidation ( ) . setInputType ( CardService . InputType . TEXT ) ; // $ExpectType Validation
633633
634634// CardService.newCardBuilder().setDisplayStyle(CardService.DisplayStyle.PEEK)
635635CardService . DisplayStyle . PEEK ;
You can’t perform that action at this time.
0 commit comments