OptionaleventMay be used to intercept registration of event-handlers.
Used by the Projector to wrap eventHandler-calls to call Projector#scheduleRender as well.
The function that was registered on the VNode
Optional ReadonlynamespaceOnly for internal use. Used for rendering SVG Nodes.
OptionalperformanceCan be used to log performance metrics
OptionalstyleMay be used to add vendor prefixes when applying inline styles when needed.
This function is called when VNodeProperties#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).
Options that may be passed when creating the Projector