GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/journey-client
types
JourneyStep
Type Alias JourneyStep
JourneyStep
:
AuthResponse
&
{
callbacks
:
BaseCallback
[]
;
getCallbackOfType
:
<
T
extends
BaseCallback
>
(
type
:
CallbackType
)
=>
T
;
getCallbacksOfType
:
<
T
extends
BaseCallback
>
(
type
:
CallbackType
)
=>
T
[]
;
getDescription
:
()
=>
string
|
undefined
;
getHeader
:
()
=>
string
|
undefined
;
getStage
:
()
=>
string
|
undefined
;
payload
:
Step
;
setCallbackValue
:
(
type
:
CallbackType
,
value
:
unknown
)
=>
void
;
type
:
Step
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Documentation
Loading...