You are here

protected property JcarouselAppendCommand::$content in jCarousel 8.5

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

The content for the matched element(s).

Either a render array or an HTML string.

Type: string|array

File

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

Class

JcarouselAppendCommand
An AJAX command for adding jCarousel items dynamically.

Namespace

Drupal\jcarousel\Ajax

Code

protected $content;