Search
Preparing search index...
The search index is not available
ForgeRock JavaScript SDK with UI
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
FRUIStepHandlerFactory
Interface FRUIStepHandlerFactory
Represents a factory that returns a step handler given a specific step.
Hierarchy
FRUIStepHandlerFactory
Callable
__call
(
el
:
HTMLElement
, step
:
FRStep
, rendererFactory
?:
CallbackRendererFactory
, rendererOptions
?:
FRRendererOptions
)
:
FRUIStepHandler
|
undefined
Represents a factory that returns a step handler given a specific step.
Parameters
el:
HTMLElement
step:
FRStep
Optional
rendererFactory:
CallbackRendererFactory
Optional
rendererOptions:
FRRendererOptions
Returns
FRUIStepHandler
|
undefined
Globals
FRUIStep
Handler
Factory
Represents a factory that returns a step handler given a specific step.