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

18 lines 610 B
export var Operator; (function (Operator) { Operator["Exists"] = "Exists"; Operator["DoesNotExist"] = "DoesNotExist"; Operator["In"] = "In"; Operator["NotIn"] = "NotIn"; Operator["Equals"] = "Equals"; Operator["NotEqual"] = "NotEqual"; Operator["GreaterThan"] = "GreaterThan"; Operator["LessThan"] = "LessThan"; Operator["NotEquals"] = "NotEquals"; })(Operator || (Operator = {})); var BadgeType; (function (BadgeType) { BadgeType["DEV"] = "Dev Preview"; BadgeType["TECH"] = "Tech Preview"; })(BadgeType || (BadgeType = {})); //# sourceMappingURL=common-types.js.map