An object that defines the validation rule for the widget that it is attached to.
const validation = CardService.newValidation() .setCharacterLimit('10') .setInputType(CardService.InputType.TEXT);
An object that defines the validation rule for the widget that it is attached to.
const validation = CardService.newValidation() .setCharacterLimit('10') .setInputType(CardService.InputType.TEXT);