On Load Function to call an Initialization Routine

Is there an “OnLoad” like function in the Electra One Lua API that will let me call a custom initialization routine on loading the configuration before you can press anything or turn a dial? Thanks.

OK I see it now:
function preset.onLoad()

end

as of v3.7.0 (now available for beta testing) the preset.onReady() is available. See example at Preset initialization steps.

The preset.onReady() is called after all Lua functions and formatters has been executed.