UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Based on the concept of [webpack module federation](https://webpack.js.org/concepts/module-federation/), dynamic plugins are loaded and interpreted from remote sources at runtime. The standard way to deliver and expose dynamic plugins to Console is throug

8 lines 239 B
// Type guards export const isAddAction = (e) => { return e.type === 'dev-console.add/action'; }; export const isAddActionGroup = (e) => { return e.type === 'dev-console.add/action-group'; }; //# sourceMappingURL=add-actions.js.map