@jetjs/types
interface PluginGroup
Type definition for plugin groups
Properties
| Property | Type | Description |
|---|---|---|
| group | Plugin[] | |
| merge | Plugin |
Property Details
-
group Property
Signature:group: Plugin[]; -
merge Property
Last nodes (e.g. piped plugins from a group member) are piped/merged into the Merge plugin
Signature:merge?: Plugin;