Interface: GetRecentEventsOptions

devtools.GetRecentEventsOptions

Query options for retrieving buffered telemetry events.

Table of contents

Properties

Properties

clear

Optional clear: boolean

Whether to clear returned events from the buffer after querying.


limit

Optional limit: number

Maximum number of events to return. Defaults to all buffered events.


type

Optional type: "notify" | "track" | "execute" | "batch" | "error"

Filter events by classification type.