export const ACTION_ADD = 'add'; export const ACTION_VIEW = 'view'; export const ACTION_EDIT = 'edit'; export const ACTION_CLONE = 'clone'; export const ACTION_DELETE = 'delete'; export const ACTION_RUN = 'run'; export const ACTION_CANCEL = 'cancel';