Wirebrowser Automation Script API Referece
Preparing search index...
WB
Node
StepFollowedHookResult
Interface StepFollowedHookResult
interface
StepFollowedHookResult
{
error
?:
string
;
evalResult
?:
HookEvalResult
;
functionSource
?:
string
;
messages
:
any
[]
;
phase
:
"stepFollowed"
;
stackTrace
:
HookStackFrame
[]
;
}
Hierarchy (
View Summary
)
BaseHookResult
StepFollowedHookResult
Index
Properties
error?
eval
Result?
function
Source?
messages
phase
stack
Trace
Properties
Optional
error
error
?:
string
Optional
eval
Result
evalResult
?:
HookEvalResult
Optional
function
Source
functionSource
?:
string
messages
messages
:
any
[]
phase
phase
:
"stepFollowed"
stack
Trace
stackTrace
:
HookStackFrame
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
eval
Result
function
Source
messages
phase
stack
Trace
Wirebrowser Automation Script API Referece
Loading...