backgroundColorCssCode property

String backgroundColorCssCode
final

Background color for editor in css.

This will be injected into the editor's css stylesheet. See https://www.w3schools.com/cssref/css_colors.asp.

Default to #ffffff, which is white.

Implementation

final String backgroundColorCssCode;