One entry in the comprehensive event log. args is a small structured summary of the event payload — see summarizeArgs for the field-extraction rules.

interface LogEntry {
    args: any;
    event: string;
    source: IssuesPanelSource;
    t: number;
}

Properties

Properties

args: any

Compact summary of the event's args payload.

event: string

Event emitter name (e.g. "onDataModelCreated").

t: number

Seconds since panel construction, ms precision.