UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

10 lines (9 loc) 344 B
export const SYSTEM_STATUS_MESSAGE_SET = 'SYSTEM_STATUS_MESSAGE_SET'; export const SYSTEM_STATUS_READY = 'SYSTEM_STATUS_READY'; export const SystemStatusSetMesage = (systemStatusMessageInfo) => ({ type: SYSTEM_STATUS_MESSAGE_SET, systemStatusMessageInfo, }); export const SystemStatusReady = () => ({ type: SYSTEM_STATUS_READY, });