Alokai

InputFilterEnum

List of templates/filters applied to customer attribute input.

type InputFilterEnum = /** Forces attribute input to follow the date format. */'DATE' /** Escape HTML Entities. */ | 'ESCAPEHTML' /** There are no templates or filters to be applied. */ | 'NONE' /** Strip HTML Tags. */ | 'STRIPTAGS' /** Strip whitespace (or other characters) from the beginning and end of the input. */ | 'TRIM';