Phials plugin documentation
User guide
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

NameTypeRequiredDescription
type"select"yes-
options{ … }[]yes-
defaultstringyes-