| Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-model/src/ |
| Current File : /var/www/homesaver/www/bitrix/js/catalog/product-model/src/right-action-dictionary.js |
export class RightActionDictionary
{
static ACTION_PRODUCT_VIEW: string = 'catalog_product_view';
static ACTION_PRODUCT_EDIT: string = 'catalog_product_edit';
static ACTION_PRODUCT_ADD: string = 'catalog_product_add';
}