componentTypeObj top-level property

Map<String, EComponentType> componentTypeObj
getter/setter pair

Implementation

Map<String, EComponentType> componentTypeObj = {
  'input': EComponentType.INPUT,
  'input-number': EComponentType.INPUT_NUMBER,
  'textarea': EComponentType.TEXTAREA,
  'select': EComponentType.SELECT,
  'time-picker': EComponentType.TIME_PICKER,
  'date-picker': EComponentType.DATE_PICKER,
  'radio': EComponentType.RADIO,
  'checkbox': EComponentType.CHECKBOX,
  'slider': EComponentType.SLIDER,
  'rate': EComponentType.RATE,
  'switch': EComponentType.SWITCH,
  'subform': EComponentType.SUBFORM,
  'tabs': EComponentType.TABS,
  'title': EComponentType.TITLE,
  'divider': EComponentType.DIVIDER,
  'grid': EComponentType.GRID
};