I am talking here about scenarios like implementing a view renderer for a custom field type module.
per documentations:
Rendering
View mode
Forge apps can provide rendering of the field with UI Kit.
Custom rendering currently can't be implemented using Custom UI or Frame component.
I struggle to understand why this restriction was put in place… Other modules also visible in issue view (issue context or issue panel), allow custom renderers / iframes. Plus, even custom field type allows custom renderers / iframes for edit view.
UI Kit library is extremely basic. Other than using it to display static stuff, you cannot do much. Even customizing its elements is extremely limited.
Supported components
XCSS support is currently available on the Box and Pressable components.
Supported properties
Border
Color
Opacity
Shadow
Size
Layout
Typography
Space
So why this restriction?