mirror of
https://github.com/sern-handler/website
synced 2026-06-20 14:52:22 +00:00
556 B
556 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: () =>
OkImpl<void> =ok
Returns
OkImpl<void>
stop()
stop: () =>
ErrImpl<void> =err
Returns
ErrImpl<void>