panes.paddingNumber|Object
The padding of the pane.
Example
pseudo
// sets the top, right, bottom and left padding to 3px.
padding: 3
// sets the top and left padding to 1px
padding: { top: 1, left: 1 }
In this article