mirror of
https://github.com/sern-handler/website
synced 2026-06-22 07:42:25 +00:00
756 B
756 B
editUrl, next, prev, title
| editUrl | next | prev | title |
|---|---|---|---|
| false | false | false | controller |
constcontroller:object
Since
1.0.0 The object passed into every plugin to control a command's behavior
Type declaration
next()
next: (
val?) =>Ok<undefined|Record<string,unknown>>
Parameters
• val?: Record<string, unknown>
Returns
Ok<undefined | Record<string, unknown>>
stop()
stop: (
val?) =>Err<undefined|string>
Parameters
• val?: string
Returns
Err<undefined | string>