Skip to content

Conversation

Barry-Xu-2018
Copy link
Collaborator

Description

Fixes #2957

Is this user-facing behavior change?

New API configure_nodes_filter affects the behavior of the following two functions.

  • add_parameter_event_callback()
    The callback will only be called for parameter events from the specified nodes which are configured in this function.
  • add_parameter_callback()
    The callback will only be called for parameter events from the specified nodes which are configured in this function and add_parameter_callback().
    If the nodes specified in this function are different from the nodes specified in add_parameter_callback(), the callback will never be called.

Did you use Generative AI?

No

Additional Information

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ParameterEventHandler can be extended with ContentFiltering

1 participant