TaskModuleRequest interface
Interface representing the request of a task module.
Properties
| context | The context of the task module request. |
| data | The data of the task module request. |
| tab |
The tab context of the task module request. |
Property Details
context
The context of the task module request.
context?: TaskModuleRequestContext
Property Value
data
The data of the task module request.
data?: any
Property Value
any
tabContext
The tab context of the task module request.
tabContext?: any
Property Value
any