Functions
Const addNotification
addNotification( flowKey: string , notification: INotification ) : void
Const deleteFlowModel
deleteFlowModel( flowKey: string ) : void
Const getChildren
getChildren( containerId: string , flowKey: string ) : any []
Parameters
containerId: string
flowKey: string
Returns any []
Const getComponent
getComponent( componentId: string , flowKey: string ) : any
Parameters
componentId: string
flowKey: string
Returns any
Const getComponentByName
getComponentByName( name: string , flowKey: string ) : any
Parameters
name: string
flowKey: string
Returns any
Const getComponents
getComponents( flowKey: string ) : any
Const getContainer
getContainer( containerId: string , flowKey: string ) : any
Parameters
containerId: string
flowKey: string
Returns any
Const getDefaultNavigationId
getDefaultNavigationId( flowKey: string ) : string
Parameters
Returns string
Const getItem
getItem( id: string , flowKey: string ) : any
Parameters
id: string
flowKey: string
Returns any
Const getLabel
getLabel( flowKey: string ) : any
Const getNavigation
getNavigation( navigationId: string , flowKey: string ) : any
Parameters
navigationId: string
flowKey: string
Returns any
Const getNotifications
getNotifications( flowKey: string , position: string ) : INotification []
Parameters
flowKey: string
position: string
Const getOutcome
getOutcome( id: string , flowKey: string ) : any
Parameters
id: string
flowKey: string
Returns any
Const getOutcomes
getOutcomes( id: string , flowKey: string ) : any []
Parameters
id: string
flowKey: string
Returns any []
Const initializeModel
initializeModel( flowKey: string ) : void
Const isContainer
isContainer( item: any ) : boolean
Parameters
Returns boolean
Const parseEngineResponse
parseEngineResponse( engineInvokeResponse: any , flowKey: string ) : void
Parameters
engineInvokeResponse: any
flowKey: string
Returns void
Const parseEngineSyncResponse
parseEngineSyncResponse( response: any , flowKey: string ) : void
Parameters
response: any
flowKey: string
Returns void
Const parseNavigationResponse
parseNavigationResponse( id: string , response: any , flowKey: string , currentMapElementId: string ) : void
Parameters
id: string
response: any
flowKey: string
currentMapElementId: string
Returns void
Const removeNotification
removeNotification( flowKey: string , notification: INotification ) : void
Const setComponents
setComponents( flowKey: string , components: any [] , data: any ) : void
Parameters
flowKey: string
components: any []
data: any
Returns void
Const setContainers
setContainers( flowKey: string , containers: any [] , data: any , propertyName?: string ) : void
Parameters
flowKey: string
containers: any []
data: any
Optional propertyName: string
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Add a new notification