UNPKG

electron-event-flux

Version:

Redux store which synchronizes between instances in multiple process

10 lines (9 loc) 454 B
export const renderRegisterName = '__RENDERER_REGISTER__'; export const renderDispatchName = '__RENDERER_DISPATCH__'; export const mainInitName = '__MAIN_INIT__'; export const mainDispatchName = '__MAIN_DISPATCH__'; export const mainReturnName = '__MAIN_RETURN__'; export const winManagerStoreName = 'winManagerStore'; export const winManagerKey = 'winManager'; export const messageName = '__MESSAGE__'; export const winMessageName = '__WIN_MESSAGE__';