AngularTS
    Preparing search index...

    Interface ScopeEvent

    interface ScopeEvent {
        currentScope: typeof Proxy | null;
        defaultPrevented: boolean;
        name: string;
        stopped: boolean;
        targetScope: typeof Proxy;
        preventDefault(): void;
        stopPropagation?(): void;
    }
    Index

    Properties

    currentScope: typeof Proxy | null
    defaultPrevented: boolean
    name: string
    stopped: boolean
    targetScope: typeof Proxy

    Methods

    • Returns void

    • Returns void