Type Alias EventDataParams

EventDataParams: {
    attributes?: EventDataAttributeType;
}

Type declaration

  • Optionalattributes?: EventDataAttributeType

    Event attributes. Keys are the attribute names. Some keys are documented as they're reserved. See EventDataAttributeType for more info.