Flarum (v1.8.10)
    Preparing search index...

    Valid options for the setting component builder to generate an HTML input element.

    interface HTMLInputSettingsComponentOptions {
        className?: string;
        help?: Children;
        label?: Children;
        setting: string;
        type: HTMLInputTypes;
        [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
    setting: string

    Any valid HTML input type value.