Flarum (v2.0.0-beta.3)
    Preparing search index...

    Interface StackedFormControlFieldComponentOptions

    interface StackedFormControlFieldComponentOptions {
        className?: string;
        help?: Children;
        label?: Children;
        textArea: { setting: string; [key: string]: unknown };
        type: "stacked-text";
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

      Any other virtual element properties, including attributes and event handlers.

    Index

    Properties

    className?: string

    The class name(s) for this virtual element, as a space-separated list.

    help?: Children
    label?: Children
    textArea: { setting: string; [key: string]: unknown }
    type: "stacked-text"