class Renderer extends Any
- Annotations
- @RawJSType() @native() @JSImport( "@angular/core" , "Renderer" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Renderer
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Renderer()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def animate(element: Any, startingStyles: AnimationStyles, keyframes: Array[AnimationKeyframe], duration: Int, delay: Int, easing: String, previousPlayers: UndefOr[Array[AnimationPlayer]] = js.undefined): AnimationPlayer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attachViewAfter(node: Any, viewRootNodes: Array[Any]): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createElement(parentElement: Any, name: String, debugInfo: OptRenderDebugInfo = js.undefined): Any
- def createTemplateAnchor(parentElement: Any, debugInfo: OptRenderDebugInfo = js.undefined): Any
- def createText(parentElement: Any, value: String, debugInfo: OptRenderDebugInfo = js.undefined): Any
- def createViewRoot(hostElement: Any): Any
- def destroyView(hostElement: Any, viewAllNodes: Array[Any]): Unit
- def detachView(viewRootNodes: Array[Any]): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def invokeElementMethod(renderElement: Any, methodName: String, args: OptAnyArray = js.undefined): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listen(renderElement: Any, name: String, callback: Function): Function
- def listenGlobal(target: String, name: String, callback: Function): Function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def projectNodes(parentElement: Any, nodes: Array[Any]): Unit
- def selectRootElement(selectorOrNode: Any, debugInfo: OptRenderDebugInfo = js.undefined): Any
- def setBindingDebugInfo(renderElement: Any, propertyName: String, propertyValue: String): Unit
- def setElementAttribute(renderElement: Any, attributeName: String, attributeValue: String): Unit
- def setElementClass(renderElement: Any, className: String, isAdd: Boolean): Unit
- def setElementProperty(renderElement: Any, propertyName: String, propertyValue: Any): Unit
- def setElementStyle(renderElement: Any, styleName: String, styleValue: String): Unit
- def setText(renderNode: Any, text: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )