Last date modified: 2025-Apr-29

Interface: FilterStateNotificationApiV1

FilterStateNotificationApi.FilterStateNotificationApiV1

Description

Contains an API to listen for changes to the filter state on the current list

Properties

Properties

onFilterStateChange

Type declaration

  • (artifactTypeID, filterStateHandlerFunction): void
Parameters
Name Type Description
artifactTypeID number The artifact type ID of the object for which the callback applies
filterStateHandlerFunction FilterStateChangeFunctionV1 The callback
Returns

void

Description

Allows the developer to register a callback to be triggered when the filter state changes

Return to top of the page
Feedback