collection-changed

event

This event is triggered whenever the lighttable collection changes. The event triggers anytime the collection module rules change, including simply adding a rule, so the user needs to check to ensure there is actually a change by keeping track of the number of images or checking the collection rules.

đź”—collection-changed.callback

function(
  event : string,
)
  • event - string - The name of the event that triggered the callback.

đź”—collection-changed.extra registration parameters

This event has no extra registration parameters.