Last date modified: 2025-Apr-29

Module: CustomConditionApi

Enumerations

Interfaces

Type Aliases

Type Aliases

CustomConditionCallback

Ƭ CustomConditionCallback: (filterData: FilterData) => Promise<CustomConditionCallbackResponse>

Type declaration

Parameters
Name Type
filterData FilterData
Returns

Promise<CustomConditionCallbackResponse>

Description

Callback function as a part of registration that is a handler for the Create/Edit/Copy events of the custom condition

Return to top of the page
Feedback