Controller
Represents the controller object
Property | Type | Value | Description |
---|---|---|---|
next | (...args: unknown[]) => Ok<void> | N/A | Continues plugin execution, runs the next plugin. |
stop | (...args: unknown[]) => Err<void> | N/A | Stops plugin execution, doesn't run the next plugin. |