Presenter Output
When accessing the field value from a decorated entry model the collection will contain instances of \Anomaly\GridFieldType\Grid\GridPresenter
.
Example
$decorated->grid->first()->email->mailto('Email me!');
Twig
{{ decorated.grid.first().email.mailto('Email me!')|raw }}