CharEntity Component Referencetml`<CharEntity id=entityId />`
The CharEntity component renders a character entity using the entity ID given in the id attribute. It retreives the character entity contents and if the result is a string, it creates a DOM text node with the string. Otherwise, it renders the contents as a template.
The normal component build process extracts character entities strings of the form &entityId; and replaces them with CharEntity components, so the CharEntity component is not typically used for page rendering.
id (required)The CharEntity component ignores all children.
CharEntity Component will render a DOM TEXT node if the character entity contents is a string. Otherwise, it renders the contents as a template.