Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/service/value/type/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/service/value/type/value-type.js

import type { AccessRightItem } from '../../../store/model/access-rights-model';

export interface ValueType
{
	getComponentName(): string;
	getEmptyValue(item: AccessRightItem): Set<string>;
	getMinValue(item: AccessRightItem): ?Set<string>;
	getMaxValue(item: AccessRightItem): ?Set<string>;
	isRowValueConfigurable(): boolean;
}