11th May 2023 at 12:34pm
Introduction
New in v5.3.0 The $fill
widget is used within a $transclude
widget to specify the content that should be copied to the named "slot". Slots are defined by the $slot
widget within the transcluded content.
See the $transclude
widget for details and an example. More examples can be found in the $slot
widget documentation.
Attributes
The content of the $fill
widget is used as the content to be passed to the transclusion.
Attribute | Description |
---|---|
$name | The name of the slot to be filled |