igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
17 lines (16 loc) • 515 B
TypeScript
import { FocusEventArgs as FocusEventArgs_internal } from "./FocusEventArgs";
export declare class IgxFocusEventArgs {
protected createImplementation(): FocusEventArgs_internal;
protected _implementation: any;
/**
* @hidden
*/
get i(): FocusEventArgs_internal;
private onImplementationCreated;
constructor();
protected _provideImplementation(i: any): void;
get target(): any;
set target(v: any);
get fromTarget(): any;
set fromTarget(v: any);
}