WaldiezStepByStepHandler
WaldiezStepByStepHandler =
object
Defined in: src/waldiez/utils/stepByStep/types.ts:58
Handler interface for processing specific debug message types
MethodsΒΆ
canHandle()ΒΆ
canHandle(
type
):boolean
Defined in: src/waldiez/utils/stepByStep/types.ts:62
Check if this handler can process the given message type
ParametersΒΆ
typeΒΆ
string
ReturnsΒΆ
boolean
handle()ΒΆ
handle(
data
,context
):undefined
|WaldiezStepByStepProcessingResult
Defined in: src/waldiez/utils/stepByStep/types.ts:67
Process the debug message data
ParametersΒΆ
dataΒΆ
contextΒΆ
WaldiezStepByStepProcessingContext
ReturnsΒΆ
undefined
| WaldiezStepByStepProcessingResult