2018-11-15 11:43:56 -05:00
|
|
|
export declare function getComponent<T = {}>(element: Element): T | null;
|
2018-11-08 12:25:33 -05:00
|
|
|
|
2018-11-28 18:54:38 -05:00
|
|
|
export declare function getContext<T = {}>(element: Element): T | null;
|
|
|
|
|
2018-11-08 12:25:33 -05:00
|
|
|
export declare function getDirectives(target: {}): Array<{}>;
|
|
|
|
|
2018-11-15 11:43:56 -05:00
|
|
|
export declare function getHostElement<T>(directive: T): Element;
|
2018-11-08 12:25:33 -05:00
|
|
|
|
|
|
|
export declare function getInjector(target: {}): Injector;
|
|
|
|
|
2018-11-28 18:54:38 -05:00
|
|
|
export declare function getListeners(element: Element): Listener[];
|
|
|
|
|
2018-11-08 12:25:33 -05:00
|
|
|
export declare function getPlayers(ref: ComponentInstance | DirectiveInstance | HTMLElement): Player[];
|
|
|
|
|
|
|
|
export declare function getRootComponents(target: {}): any[];
|
2018-11-15 11:43:56 -05:00
|
|
|
|
|
|
|
export declare function getViewComponent<T = {}>(element: Element | {}): T | null;
|
|
|
|
|
|
|
|
export declare function markDirty<T>(component: T): void;
|