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

982 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
ControlPlugin Interface: ControlPlugin<Args> ControlPlugin 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/core-plugin.ts:73


type

type: Control

Defined in

src/types/core-plugin.ts:72