$widget
$widget : \Charcoal\App\Template\WidgetInterface
Store the nested widget.
An implementation, as Trait, of the {@see \Charcoal\Admin\Ui\NestedWidgetContainerInterface}.
renderDataRecursive(array|\Traversable $data) : array|\Traversable
Render the given data recursively.
array|\Traversable | $data | The data to render. |
If the data is not iterable.
If the form doesn't have a model.
The rendered data.