UIMenu$json top-level constant

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

Implementation

@$core.Deprecated('Use uIMenuDescriptor instead')
const UIMenu$json = {
  '1': 'UIMenu',
  '2': [
    {'1': 'Link', '3': 1, '4': 1, '5': 11, '6': '.Link', '10': 'Link'},
    {
      '1': 'Children',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.UIMenu',
      '10': 'Children'
    },
    {
      '1': 'Content',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Content'
    },
    {
      '1': 'Page',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.WebsitePageId',
      '9': 0,
      '10': 'Page'
    },
    {
      '1': 'Category',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.CategoryId',
      '9': 0,
      '10': 'Category'
    },
  ],
  '8': [
    {'1': 'Target'},
  ],
};