You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
events (list[Union[Event, Tuple[Event, str]]]): a list of Event objects or of tuples containing an Event objects and the string representing the step the event should be sent to. If an Event object is used outside of a tuple, it won't be sent to any specific step.
544
+
events (list[Event]): a list of Event objects to be sent
545
+
step (Optional[str]): a string representing the target step to which events should be sent. Defaults to None if not set.
0 commit comments