defaultRichText
Registers a default composable for a RichText node type, only if not already registered.
Parameters
The class of the rich text node.
The composable used to render the node.
Type Parameters
The RichText type to register.
Registers a default AnnotatedString.Builder handler for a RichText node type, only if not already registered.
Parameters
The class of the rich text node.
The builder function appending rich text content to an AnnotatedString.
Type Parameters
The RichText type to register.
Registers a default rich text composable using reified type information.
Parameters
The composable used to render the node.
Type Parameters
The RichText type to register.
Registers a default AnnotatedString.Builder handler for a rich text node using reified type information.
Parameters
The builder function appending rich text content to an AnnotatedString.
Type Parameters
The RichText type to register.