Files
archived-sern-website/docs/api/interfaces/Controller.md
2023-01-17 11:23:46 -06:00

633 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/types/plugin.ts:25


stop

stop: () => Err<void>

Type declaration

▸ (): Err<void>

Returns

Err<void>

Defined in

src/types/plugin.ts:26