@zedux/atoms
Version:
A Molecular State Engine for React
15 lines (14 loc) • 705 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pluginActions = void 0;
const core_1 = require("@zedux/core");
exports.pluginActions = {
ecosystemWiped: (0, core_1.actionFactory)('ecosystemWiped'),
edgeCreated: (0, core_1.actionFactory)('edgeCreated'),
edgeRemoved: (0, core_1.actionFactory)('edgeRemoved'),
evaluationFinished: (0, core_1.actionFactory)('evaluationFinished'),
instanceReused: (0, core_1.actionFactory)('instanceReused'),
// either cache or instance will always be defined, depending on the node type
stateChanged: (0, core_1.actionFactory)('stateChanged'),
statusChanged: (0, core_1.actionFactory)('statusChanged'),
};