Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
DebuggerOptions
Interface DebuggerOptions
interface
DebuggerOptions
{
onTrack
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
;
onTrigger
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
;
}
Hierarchy-Diagram
Legend
interface
public property
Hierarchy (
view full
)
DebuggerOptions
WatchOptionsBase
Index
Properties
on
Track?
on
Trigger?
Properties
Optional
on
Track
on
Track
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
Type declaration
(
event
:
DebuggerEvent
)
:
void
Parameters
event
:
DebuggerEvent
Returns
void
Optional
on
Trigger
on
Trigger
?:
(
(
event
:
DebuggerEvent
)
=>
void
)
Type declaration
(
event
:
DebuggerEvent
)
:
void
Parameters
event
:
DebuggerEvent
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Track
on
Trigger
Official Cockpit API Documentation
Houston Common Library
Loading...