FormField$json top-level constant

  1. @Deprecated('Use formFieldDescriptor instead')
Map<String, Object> const FormField$json

Implementation

@$core.Deprecated('Use formFieldDescriptor instead')
const FormField$json = {
  '1': 'FormField',
  '2': [
    {'1': 'entity_uuid', '3': 1, '4': 1, '5': 9, '10': 'entityUuid'},
    {
      '1': 'metadata',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.Scailo.EmployeeMetadata',
      '10': 'metadata'
    },
    {'1': 'name', '3': 10, '4': 1, '5': 9, '10': 'name'},
    {'1': 'code', '3': 21, '4': 1, '5': 9, '10': 'code'},
    {
      '1': 'type',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.Scailo.FORM_TYPE',
      '10': 'type'
    },
    {'1': 'section_id', '3': 12, '4': 1, '5': 4, '10': 'sectionId'},
    {'1': 'width', '3': 13, '4': 1, '5': 9, '10': 'width'},
    {
      '1': 'element',
      '3': 14,
      '4': 1,
      '5': 14,
      '6': '.Scailo.FORM_FIELD_ELEMENT',
      '10': 'element'
    },
    {'1': 'placeholder', '3': 15, '4': 1, '5': 9, '10': 'placeholder'},
    {'1': 'regex', '3': 16, '4': 1, '5': 9, '10': 'regex'},
    {'1': 'defined_values', '3': 17, '4': 3, '5': 9, '10': 'definedValues'},
    {'1': 'is_readonly', '3': 30, '4': 1, '5': 8, '10': 'isReadonly'},
    {'1': 'is_hidden', '3': 31, '4': 1, '5': 8, '10': 'isHidden'},
    {'1': 'is_searchable', '3': 32, '4': 1, '5': 8, '10': 'isSearchable'},
    {'1': 'is_public', '3': 33, '4': 1, '5': 8, '10': 'isPublic'},
  ],
};