Variables can be used in Custom Tool Function with the $ prefix.
+ `}
+ height={'50px'}
+ theme={'dark'}
+ lang={'js'}
+ basicSetup={{ highlightActiveLine: false, highlightActiveLineGutter: false }}
+ />
+
+ If variable type is Static, the value will be retrieved as it is. If variable type is Runtime, the value will be
+ retrieved from .env file.
+
+
+ You can also override variable values in API overrideConfig using vars:
+
+
+
+ Read more from{' '}
+
+ docs
+
+
+