Custom Renderer
Noun · Development
Definitions
A rendering implementation that converts an abstract representation into a specific output target using logic tailored to that target. Custom renderers are used in UI frameworks, graphics systems, and document tooling when the default renderer is not suitable.
In plain English: A renderer built for a specific output target or rendering behavior.
Example: "They built a custom renderer to map the component tree into PDF drawing commands instead of HTML elements."