Flarum (v2.0.0-beta.3)
    Preparing search index...
    interface ISelectAttrs {
        disabled?: boolean;
        onchange?: (value: any) => void;
        options: Record<string, string | Option>;
        value?: any;
        wrapperAttrs?: Record<string, string>;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    disabled?: boolean
    onchange?: (value: any) => void
    options: Record<string, string | Option>
    value?: any
    wrapperAttrs?: Record<string, string>