mirror of
https://github.com/sern-handler/website
synced 2026-06-11 10:22:20 +00:00
44 lines
633 B
Markdown
44 lines
633 B
Markdown
---
|
|
id: "Controller"
|
|
title: "Interface: Controller"
|
|
sidebar_label: "Controller"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
## Properties
|
|
|
|
### next
|
|
|
|
• **next**: () => `Ok`<`void`\>
|
|
|
|
#### Type declaration
|
|
|
|
▸ (): `Ok`<`void`\>
|
|
|
|
##### Returns
|
|
|
|
`Ok`<`void`\>
|
|
|
|
#### Defined in
|
|
|
|
[src/types/plugin.ts:25](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L25)
|
|
|
|
___
|
|
|
|
### stop
|
|
|
|
• **stop**: () => `Err`<`void`\>
|
|
|
|
#### Type declaration
|
|
|
|
▸ (): `Err`<`void`\>
|
|
|
|
##### Returns
|
|
|
|
`Err`<`void`\>
|
|
|
|
#### Defined in
|
|
|
|
[src/types/plugin.ts:26](https://github.com/sern-handler/handler/blob/33f1446/src/types/plugin.ts#L26)
|