Page MenuHomeSealhub

JDD new argument type: Code
Open, HighPublic2 Points

Description

A new argument type for JDD components that is meant to store some kind of *code*. The constructor for this argument type should take language shortcut (like "js", "html" etc) as an argument. rJDDE jdd-editor should display it as a MonakoEditor view, with proper syntax highlighting.

code: new ComponentArguments.Code("html"),