Files
archived-sern-website/docs/api/interfaces/Controller.md
Jacob Nguyen 62e0d6a61e feat: blogwork
2022-09-28 00:20:58 -05:00

673 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
Controller Interface: Controller Controller 0 null

Properties

next

next: () => Ok<void>

Type declaration

▸ (): Ok<void>

Returns

Ok<void>

Defined in

src/handler/plugins/plugin.ts:29


stop

stop: () => Err<void>

Type declaration

▸ (): Err<void>

Returns

Err<void>

Defined in

src/handler/plugins/plugin.ts:30