Optional
performanceCan be used to log performance metrics
Optional
styleMay 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
Options that may be passed when creating the [[Projector]]