@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
28 lines • 800 B
TypeScript
export declare const PX_EVENT_NAME = "dataGrid";
export declare const PX_ACTIONS: {
APPLY_FILTER: string;
RESET_FILTER: string;
REMOVE_FILTER: string;
CLEAR_FILTER: string;
CUSTOM_ACTION: string;
ADD_CUSTOM_COLUMN: string;
REMOVE_CUSTOM_COLUMN: string;
REORDER_COLUMNS: string;
CHANGE_VISIBILITY: string;
CHANGE_SORTING_ORDER: string;
CHANGE_PAGINATION: string;
SELECT_ALL_ITEMS: string;
BULK_DELETE: string;
BULK_EXPORT: string;
BULK_CUSTOM_ACTION: string;
BULK_CANCEL: string;
SELECT_ITEM: string;
EDIT_ITEM: string;
DELETE_ITEM: string;
EXPORT_ITEM: string;
CUSTOM_ACTION_ITEM: string;
RELOAD: string;
SEARCH: string;
CLEAR_SEARCH: string;
};
//# sourceMappingURL=product-experience.constants.d.ts.map