You are here

public property RoyalSliderOptionSetEntity::$visible_nearby_breakpoint in RoyalSlider Integration 8

Used for responsive design. Changes centerArea value to breakpointCenterArea when width of slider is less then value in this option. Set to 0 to disable. Should be number.

Type: int

File

src/Entity/RoyalSliderOptionSetEntity.php, line 652
Contains \Drupal\royalslider\Entity\RoyalSliderOptionSetEntity.

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $visible_nearby_breakpoint = 0;