interface WatchOptionsBase {
    flush?: "pre" | "post" | "sync";
    onTrack?: ((event: DebuggerEvent) => void);
    onTrigger?: ((event: DebuggerEvent) => void);
}

Hierarchy-Diagram

UML class diagram of WatchOptionsBase
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

flush?: "pre" | "post" | "sync"
onTrack?: ((event: DebuggerEvent) => void)

Type declaration

onTrigger?: ((event: DebuggerEvent) => void)

Type declaration