x4js - v2.2.49
    Preparing search index...

    Interface EvSelectionChange

    interface EvSelectionChange {
        context?: any;
        defaultPrevented?: boolean;
        empty: boolean;
        propagationStopped?: boolean;
        selection: any[];
        source?: CoreElement;
        type?: string;
        preventDefault?(): void;
        stopPropagation?(): void;
    }

    Hierarchy (View Summary)

    Index
    context?: any
    defaultPrevented?: boolean
    empty: boolean
    propagationStopped?: boolean
    selection: any[]
    source?: CoreElement
    type?: string