Divider

The ‘“divider”’ property can be defined for all visuals. It includes settings for

  • visibility
  • color
  • style
  • width
  • use of padding

The ‘“ignorePadding”’ attribute defines whether the divider line will respect the values for left and right padding:

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "divider": [{
                    "show": true,
                    "color": { "solid": { "color": "#1C1C1C" } },
                    "style": "dotted",
                    "width": 1,
                    "ignorePadding": true
                }]
            }
        }
    }
}

Effect

Divider

Settings

Divider

Divider Settings

Padding

Padding Settings

Back to Visual Styles