Since

2023.1

Hierarchy

  • RestrictNavigationToBoundsOptions

Properties

Properties

padding?: {
    bottom?: number;
    left?: number;
    right?: number;
    top?: number;
}

The padding, in pixels, around the bounds.

Type declaration

  • Optional bottom?: number

    The bottom padding, in pixels.

  • Optional left?: number

    The left padding, in pixels.

  • Optional right?: number

    The right padding, in pixels.

  • Optional top?: number

    The top padding, in pixels.