Skip to content

WaldiezDebugStats

@waldiez/react v0.6.0


WaldiezDebugStats = object

Defined in: src/waldiez/components/stepByStep/types.ts:112

debug_stats message (backend - client)

PropertiesΒΆ

statsΒΆ

stats: object

Defined in: src/waldiez/components/stepByStep/types.ts:114

Index SignatureΒΆ

[k: string]: unknown

Allow future extensions without breaking consumers

auto_continueΒΆ

auto_continue: boolean

breakpointsΒΆ

breakpoints: string[]

event_history_countΒΆ

event_history_count: number

events_processedΒΆ

events_processed: number

step_modeΒΆ

step_mode: boolean

total_eventsΒΆ

total_events: number


typeΒΆ

type: "debug_stats" | "stats"

Defined in: src/waldiez/components/stepByStep/types.ts:113