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"),