OptionalcomponentAngular component class to render (used with 'component' contentType)
OptionalcomponentInputs to pass to the custom component
OptionalcontentString content or function returning string (for non-component tabs)
Type of content to render
OptionaliconFont Awesome icon class (without 'fas' prefix)
Display label for the tab
OptionallanguageLanguage hint for code highlighting (used with 'code' contentType)
Represents an additional tab that a plugin can provide to the artifact viewer.
Tabs can render content in two ways:
contentTypewithcontentfor built-in renderers (markdown, json, code, etc.)contentType: 'component'withcomponentand optionalcomponentInputsExample
Example