export interface RenderElementRef
export interface RenderElementRef
exported from angular2/core defined in angular2/src/core/render/api.ts (line 162)
Represents an Element that is part of a Render View.
RenderElementRef is a counterpart to ElementRef available in the Application Context.
When using Renderer from the Application Context, ElementRef can be used instead of
RenderElementRef.
Members
renderView : RenderViewRef
renderView : RenderViewRef
Reference to the Render View that contains this Element.