How to access public constant value from console at client side?

1
How to get the constant value that is marked as public,I want to access those at client side from console? Is there any way?
asked
1 answers
1

You’d normally access them from a Nanoflow, but if you need to access them from the console in your browser’s development tools or from JavaScript you can use mx.session.getConstants();
 

Hope this helps.

answered