You are here

public property RoyalSliderOptionSetEntity::$thumbs_arrow_left in RoyalSlider Integration 8

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

Type: string

File

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

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $thumbs_arrow_left = NULL;