General
The '"general"' property can be defined for all visuals. It includes settings for
- layer order
- responsiveness
- outline color and weight
- orientation.
Syntax
{
"name": "LeanProducitivity",
"visualStyles": {
"*": {
"*": {
"general": [{
"keepLayerOrder": true,
"responsive": true,
"outlineColor": { "solid": { "color": "#1B2631" } },
"outlineWeight": 2,
"orientation": 0
}]
}
}
}
}
Settings
Back to Visual Styles