engine/view/styles/background
module
Functions
addBackgroundStylesRules( stylesProcessor ) → voidmodule:engine/view/styles/background~addBackgroundStylesRulesAdds background CSS styles processing rules to the given
StylesProcessor.Registers normalizers for the
backgroundshorthand and its longhand properties, reducers that serialize them back to CSS strings, and the relation mapping between them.editor.data.addStyleProcessorRules( addBackgroundStylesRules );Copy codeParameters
stylesProcessor : StylesProcessorThe styles processor instance to register rules on.
Returns
void