Axinom Mosaic Libraries
    Preparing search index...
    interface BaseRendererConfig {
        autofocus?: boolean;
        id?: string;
        name?: string;
        placeholder?: string;
        transform?: (value: string) => unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autofocus?: boolean

    Optional autofocus on render (default: false)

    id?: string

    id html element id attribute

    name?: string

    element name attribute

    placeholder?: string

    element placeholder attribute

    transform?: (value: string) => unknown

    Optional transformer that will change the final value to match the return value