This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Access to module config in instance$static$init

Hello,

I would like to initialize a few instance state values based on module wide config values. How do I reference the module wide config values in the instance$static$init function?

Thanks