Files
website/docs/api/interfaces/InitPlugin.md
2023-01-26 15:47:53 -06:00

881 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
InitPlugin Interface: InitPlugin<Args> InitPlugin 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/types/plugin.ts:35


type

type: Init

Defined in

src/types/plugin.ts:34