[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["LeaveAction is a type that extends InteractAction and is used to represent actions related to leaving an event."],["It includes an `event` property of type Event to provide details about the event being left."]]],["The `LeaveAction` type, which extends `InteractAction`, is defined. It includes one key element: `event`. This `event` field, of type `Event`, carries the event's information. The primary function of this type is to encapsulate data related to an event, presumably within a user interaction context.\n"]]