Documentation - v1.2.0-alpha.5
    Preparing search index...

    Interface representing the request of a task module.

    interface TaskModuleRequest {
        context?: TaskModuleRequestContext;
        data?: any;
        tabContext?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The context of the task module request.

    data?: any

    The data of the task module request.

    tabContext?: any

    The tab context of the task module request.