contiago-toolbar
Version:
One of the options for outputting content from contiago xml-server
8 lines (6 loc) • 467 B
JavaScript
export const GET_RUBRIC_CONTENT = 'app/RubricContent/GET_RUBRIC_CONTENT';
export const GET_RUBRIC_CONTENT_SUCCESS = 'app/RubricContent/GET_RUBRIC_CONTENT_SUCCESS';
export const GET_RUBRIC_CONTENT_ERROR = 'app/RubricContent/GET_RUBRIC_CONTENT_ERROR';
export const SET_CURRENT_PAGE = 'app/RubricContent/SET_CURRENT_PAGE';
export const SET_TOTAL_PAGES_AMOUNT = 'app/RubricContent/SET_TOTAL_PAGES_AMOUNT';
export const SET_PAGE_SIZE = 'app/RubricContent/SET_PAGE_SIZE';