Feat: Improve RichText element rendering experience #231
Labels
enhancement
hacktoberfest
help wanted
rich-text
Features and bugs related to rich-text resolution.
spike
under consideration
up-for-grabs
Milestone
SDK currently enables developers to choose either
IRichTextContent
orstring
in strongly typed models. There are situations where a combination of both needs to be used.One possible solution would be to extend
IRichTextContent
with additional properties (e.g.modular_content
,links
and other properties from response) as well as methods for resolving HTML using registered inline resolvers (e.g. overrideToString
methods forIRichTextContent
and potentially also individualIRichTextBlock
blocks)The text was updated successfully, but these errors were encountered: