TaskModulesOptions interface

Options for TaskModules class.

Properties

taskDataFilter

Data field to use to ide1ntify the verb of the handler to trigger.

Property Details

taskDataFilter

Data field to use to ide1ntify the verb of the handler to trigger.

taskDataFilter?: string

Property Value

string

Remarks

When a task module is triggered, the field name specified here will be used to determine the name of the verb for the handler to route the request to.

Defaults to a value of 'verb'.