AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
SelectSettingsField
Since Plugin API: 1.0.0
Select settings field
extends SettingsFieldBase
Signature
interface SelectSettingsField extends SettingsFieldBase {
type: "select";
options: {
value: string;
label: string;
}[];
default: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
type | "select" | yes | - |
options | { … }[] | yes | - |
default | string | yes | - |