Readonly
ruleCSS rule to produce styles for.
Readonly
selectorRendered CSS rule selector.
Readonly
sheetCSS style sheet writer to add CSS rules to.
Readonly
supplyA supply this peer takes part in.
Readonly
writerCSS style sheet or rule writer to add declarations to.
Tries to append CSS style declarations to target CSS style sheet or rule.
If target is style sheet or grouping rule, then inserts the last style rule.
Otherwise just returns writer
.
Optional
selector: DoqryPickerAppended CSS rule selector. Equals to the one from this producer when omitted.
Either style writer to appended empty CSS rule, or writer
.
Maps namespace to its unique alias.
This is based on production configuration option.
A definition of namespace to find alias for.
Namespace alias.
Appends CSS rule to stylesheet.
This method relies on renderers chain. For each renderer in chain this method calls the next one.
CSS properties to render.
Optional
options: OptionsRendering options.
Generated using TypeDoc
CSS styles producer.
It is constructed by produceStyle function for each processed CSS rule.
Implements
SupplyPeer
by cutting off the styles supply returned by produceStyle.