luadocs/content/lua.api.manual/events/pre-import.md

541 B

title id weight draft author
pre-import pre-import 90 false people

event

This event is trigger before any import action

pre-import.callback

function(
  event : string,
  images : table of string
)
  • event - string - The name of the event that triggered the callback.
  • images - table of string - The files that will be imported. Modifying this table will change the list of files that will be imported.

pre-import.extra registration parameters

This event has no extra registration parameters.