InterfacesDialogInputOn this pageDialogInput Index PropertiesdefaultValueformatterinputTypeplaceholderregextypeProperties optionaldefaultValuedefaultValue?: stringoptionalformatterformatter?: (input: string) => stringFormats the input value shown in the dialog. Not supported in app environments due to security reasons.Type declaration(input: string): stringParametersinput: stringReturns stringoptionalinputTypeinputType?: DialogInputTypeoptionalplaceholderplaceholder?: stringoptionalregexregex?: stringtypetype: INPUT
Formats the input value shown in the dialog. Not supported in app environments due to security reasons.