panes.padding Number|Object

The padding of the pane.

Example

    // 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