protected property DataCommand::$value

The value of the data to be atached to elements matched by the selector.

The data is not limited to strings; it can be any format.

Type: mixed

File

drupal/core/lib/Drupal/Core/Ajax/DataCommand.php, line 47
Definition of Drupal\Core\Ajax\DataCommand.

Class

DataCommand
An AJAX command for implementing jQuery's data() method.

Namespace

Drupal\Core\Ajax

Code

protected $value;