Files
website/docs/api/interfaces/Controller.md
2024-05-05 19:29:58 +00:00

719 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/core-plugin.ts:59


stop

stop: () => Err<void>

Type declaration

▸ (): Err<void>

Returns

Err<void>

Defined in

src/types/core-plugin.ts:60