Only for internal use. Used for rendering SVG Nodes.
Can be used to log performance metrics
May be used to add vendor prefixes when applying inline styles when needed.
This function is called when styles is used.
This function should execute domNode.style[styleName] = value
or do something smarter.
The DOM Node that needs to receive the style
The name of the style that should be applied, for example transform
.
The value of this style, for example rotate(45deg)
.
Generated using TypeDoc
May be used to intercept registration of event-handlers.
Used by the Projector to wrap eventHandler-calls to call scheduleRender as well.
The name of the property to be assigned, for example onclick
The function that was registered on the VNode
The real DOM element
The whole set of properties that was put on the VNode
The function that is to be placed on the DOM node as the event handler, instead of
eventHandler
.