Interface: CustomConditionApi

CustomConditionApi.CustomConditionApi

Description

Contains an API to allow registration of a custom condition that may not pertain to an existing field

Properties

Properties

registerCustomCondition

registerCustomCondition: (conditionName: string, artifactType: string | number, supportedComponents: string[], callback: CustomConditionCallback, multiple: boolean, filterTreeSection: FILTER_TREE_NAMES) => void

Type declaration

▸ (conditionName, artifactType, supportedComponents, callback, multiple, filterTreeSection): void

Description

Allows the developer to register a custom condition that can be used to filter

Parameters
Name Type
conditionName string
artifactType string | number
supportedComponents string[]
callback CustomConditionCallback
multiple boolean
filterTreeSection FILTER_TREE_NAMES
Returns

void