Module for artifact viewer plugin system. Provides components for viewing different types of artifacts (JSON, Code, Markdown, HTML, SVG, Components).
Plugins are automatically registered via
decorator and can be instantiated using MJGlobal.Instance.ClassFactory.CreateInstance('PluginClassName').
Module for artifact viewer plugin system. Provides components for viewing different types of artifacts (JSON, Code, Markdown, HTML, SVG, Components).
Plugins are automatically registered via
Register Class
decorator and can be instantiated using MJGlobal.Instance.ClassFactory.CreateInstance('PluginClassName').