Files
archived-sern-website/docs/api/interfaces/Plugin.md
Jacob Nguyen 49a910f90a fix docs build
2023-06-30 21:56:51 -05:00

894 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
Plugin Interface: Plugin<Args> Plugin 0 null

Type parameters

Name Type
Args extends any[] = any[]

Properties

execute

execute: (...args: Args) => PluginResult

Type declaration

▸ (...args): PluginResult

Parameters
Name Type
...args Args
Returns

PluginResult

Defined in

src/core/types/plugins.ts:59


type

type: PluginType

Defined in

src/core/types/plugins.ts:58