Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/search/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/entity-selector/src/search/search-field-options.js

export type SearchFieldOptions = {
	name: string,
	type?: 'string' | 'email',
	searchable?: boolean,
	system?: boolean,
	sort?: number
};