Optional
Readonly
doneAdditional options for the done button.
Optional
Readonly
isOptional activity state of this component. Initial component state should be inactive (false or undefined).
Readonly
showIf true the application will show a Done
button which can be used
from the user to finish the integration .
Readonly
showIf true and user
is defined the application will show the user information.
Readonly
userCurrent active user.
Readonly
userReturns a set of restrictions for the current user. If null the default restrictions of the application will be used.
Will be called everytime the main menu gets opened.
Optional
prepareCan be implemented to make preparations before the activity gets stopped and disposed.
If pCancelable
is true and the promise resolves with false, the activity stop will be canceled.
Otherwise true should be returned.
Optional
setOptional activity state handling for this component. E.g. can be used to disable/enable event handling. Will be set from the component host to activate or deactivate the component. Initial component state should be inactive (false or undefined).
Generated using TypeDoc
PluginComponent created when the ActivityPlugin is loaded and createComponent is called. Defines the lifecycle and main menu actions for an activity.