sesaparcours
    Preparing search index...
    interface DomEltInputValues {
        container?: HTMLElement;
        element?: InputWithKeyboard;
        inputProps?: Partial<HTMLInputElement>;
        kbRestriction?: RegExp;
        label?: string;
        labelProps?: Partial<HTMLLabelElement>;
        persistent?: boolean;
        restriction: string | RegExp | RestrictionCallback;
    }

    Hierarchy (View Summary)

    Index

    Properties

    container?: HTMLElement
    kbRestriction?: RegExp
    label?: string
    persistent?: boolean
    restriction: string | RegExp | RestrictionCallback