···4646| `each = items` | List of items to forward (typically `[ user ]` or `[ true ]`) |
4747| `fromClass = item: class` | The custom class name to read from |
4848| `intoClass = item: class` | The target class to write into |
4949-| `intoPath = item: path | args: path` | Target attribute path in the target class |
4949+| `intoPath = item: path or args: path` | Target attribute path in the target class |
5050| `fromAspect = item: aspect` | The aspect to read the custom class from |
51515252···129129130130| Parameter | Description |
131131|---|---|
132132-| `guard = args: bool | item: mkIf` | Only forward when this predicate returns true |
132132+| `guard = args: bool or item: mkIf` | Only forward when this predicate returns true |
133133| `adaptArgs = args: attrs` | Transform module arguments before forwarding |
134134| `adapterModule = deferredModule` | Custom module for the forwarded submodule type |
135135