Optional
Readonly
nsNamespace aliaser to use.
New instance will be created if not specified.
Readonly
onAn OnEvent
sender of style sheet textual representation.
Sends textual representation of each rendered style sheet on each update.
Readonly
prettyDetailed configuration of CSS text pretty print, or false
for compact output.
Optional
Readonly
rendererRenderer or renderer chain to use.
Optional
Readonly
rootA selector to use for root CSS rule.
body
by default.
For custom elements a :host
selector would be more appropriate.
Optional
Readonly
schedulerDOM rendering operations scheduler.
Creates a render schedule per rule.
newRenderSchedule
is used when omitted.
Creates CSS style sheet writer.
This method is called once per each CSS rule.
Style producer instance.
CSS style sheet writer.
Generated using TypeDoc
Textual CSS production format.
Represents each style sheet in textual form and reports it to registered receivers. Such receivers should be registered before style production started in order to receive all style sheets.