Schema / GraphQL Type Functions

backToParent(t)

Returns to the first state that is not the source state of the given transition.

Parameters

NameTypeDescription
tTransitiontransition instance

Return Value

Type: (*) => boolean

back function


reinitializeLocalScope()

Performs a reinitialization to defaults for the localScope / localStorage.

Return Value

Type: Promise<boolean>

resolves when done


reinitializeSessionScope()

Performs a reinitialization to defaults for the sessionScope / sessionStorage.

Return Value

Type: Promise<boolean>

resolves when done


runProcess(processName)

High-level entry point to execute a process. Performs the whole initialization procedure and then triggers a rendering of the first view-state.

Parameters

NameTypeDescription
processNameStringprocess name

runProcessURI()

High-level entry point to execute a process based on a local URI.