mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
916 B
916 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
Defined in
type
• type: Control