slot_override#
Classes#
| Class | Description |
|---|---|
| Decorate<C> | Decoration wrapper around the default — receives child and can wrap/modify. |
| Enhance<C> | Enhancement of the default — transforms context before calling defaults. |
| Replace<C> | Full replacement of a slot — default is ignored (intentional). |
| SlotOverride<C> | Base class for slot overrides in renderer contracts. |