| 12345678910111213141516 |
- export const PrintEvent = {
- PRINT_SUCCESS: "print:success",
- PRINT_FAILURE: "print:failure",
- PRINT_CANCEL: "print:cancel",
- PRINT_START: "print:start",
- PRINT_PROGRESS: "print:progress",
- PRINT_PAUSE: "print:pause",
- PRINT_RESUME: "print:resume",
- PRINT_DATA: "print:data",
- PRINT_END: "print:end",
- PRINT_ERROR: "print:error",
- PRINT_RECORD_LIST: "print:record:list",
- PRINT_RECORD_LIST_PAGE: "print:record:list:page",
- PRINT_RECORD_GET: "print:record:get",
- }
|