FFAction_LegacyTrigger$json top-level constant

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

Implementation

@$core.Deprecated('Use fFActionDescriptor instead')
const FFAction_LegacyTrigger$json = {
  '1': 'LegacyTrigger',
  '2': [
    {'1': 'TRIGGER_UNDEFINED', '2': 0},
    {'1': 'ON_TAP', '2': 1},
    {'1': 'ON_DOUBLE_TAP', '2': 2},
    {'1': 'ON_LONG_PRESS', '2': 3},
    {'1': 'ON_MARKER_TAP', '2': 4},
    {'1': 'ON_TEXTFIELD_SUBMIT', '2': 5},
    {'1': 'ON_PAGE_LOAD', '2': 6},
  ],
};