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