x4js - v2.2.49
    Preparing search index...

    Interface EvFocus

    Focus event

    interface EvFocus {
        context?: any;
        defaultPrevented?: boolean;
        focus_out: boolean;
        propagationStopped?: boolean;
        source?: CoreElement;
        type?: string;
        preventDefault?(): void;
        stopPropagation?(): void;
    }

    Hierarchy (View Summary)

    Index
    context?: any
    defaultPrevented?: boolean
    focus_out: boolean
    propagationStopped?: boolean
    source?: CoreElement
    type?: string