The fields for a generated component are rendered just by calling asdict on the Context dataclass. Should add something a bit more thoughtful here to allow custom rendering of particular fields. Perhaps something like a custom type and adding the __repr__ for it, would achieve this, so it may not need to be a thing that Volt handles specifically.