Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] orion code edit question

Hi,

 

I am trying to see is there a way to add a preset global variables into the code editor so it does not say it is undefined.

 

What I am doing is dynamic based on the different part of the vue.js so the code editor variables will need to be injected somehow.

 

I can add it into the content assist menu but I am having trouble figuring out how to prevent it as linting as a undefined variable.

 

Thank you

 


Back to the top