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
StringSettingsField
Since Plugin API: 1.0.0
String settings field
extends SettingsFieldBase
Signature
interface StringSettingsField extends SettingsFieldBase {
type: "string";
default: string;
placeholder?: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
type | "string" | yes | - |
default | string | yes | - |
placeholder | string | no | - |