You are here

public property RoyalSliderOptionSetEntity::$thumbs_arrow_right in RoyalSlider Integration 8

Replaces default thumbnail arrow. Variable accepts jQuery element $('This is right arrow') that will be used as arrow. You have to add it to DOM manually.

Type: string

File

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

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $thumbs_arrow_right = NULL;