luadocs/content/lua.api.manual/events/selection-changed.md
wpferguson fbebfabca5 [Lua API] Removed references to API 6.x.x. Updated version to 7.0.0.
Reordered types alphabetically.  Fixed darktable.gui.libs.snapshots
2021-06-22 22:40:54 -04:00

419 B

title id weight draft author
selection-changed selection-changed 100 false people

event

This event is triggered whenever the selection of images changes

selection-changed.callback

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

selection-changed.extra registration parameters

This event has no extra registration parameters.