Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/location/core/src/entity/format/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/location/core/src/entity/format/formattemplatetype.js

/**
 * Template types
 */
export default class FormatTemplateType
{
	// Default template
	static DEFAULT = 'DEFAULT';

	// Template for autocomplete
	static AUTOCOMPLETE = 'AUTOCOMPLETE';

	// Template for field ADDRESS_LINE_1
	static ADDRESS_LINE_1 = 'ADDRESS_LINE_1';
}