UITypes.js

  1. /**
  2. * UITypes
  3. * @module ui
  4. * @namespace core
  5. * @since 1.0.0
  6. * @note default (and overridable) base ui components of ui-predicate (e.g. target select, operator select, add button, remove button, ...)
  7. */
  8. module.exports = {
  9. TARGETS: 'TARGETS',
  10. LOGICAL_TYPES: 'LOGICAL_TYPES',
  11. OPERATORS: 'OPERATORS',
  12. PREDICATE_ADD: 'PREDICATE_ADD',
  13. PREDICATE_REMOVE: 'PREDICATE_REMOVE',
  14. ARGUMENT_DEFAULT: 'ARGUMENT_DEFAULT',
  15. }