Triggered when a map load function was called, either by itself or as a result of onDataFileEntry.
This is the data provided to the message event:
data
interface EventData { eventName: 'performMapLoadFunction', idx: number, }