Flarum (v2.0.0-beta.1)
    Preparing search index...
    interface IColorPreviewInputAttrs {
        id?: string;
        onchange?: (event: { target: { value: string } }) => void;
        type?: string;
        value: string;
        [property: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any

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

    Index

    Properties

    id?: string
    onchange?: (event: { target: { value: string } }) => void
    type?: string
    value: string