You are here

protected property JcarouselAppendCommand::$selector in jCarousel 8.5

Same name and namespace in other branches
  1. 8.4 src/Ajax/JcarouselAppendCommand.php \Drupal\jcarousel\Ajax\JcarouselAppendCommand::selector

A CSS selector string.

If the command is a response to a request from an #ajax form element then this value can be NULL.

Type: string

File

src/Ajax/JcarouselAppendCommand.php, line 35
Contains \Drupal\Core\Ajax\JcarouselAppendCommand.

Class

JcarouselAppendCommand
An AJAX command for adding jCarousel items dynamically.

Namespace

Drupal\jcarousel\Ajax

Code

protected $selector;