protected property DataCommand::$value

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

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

Type: mixed

File

core/lib/Drupal/Core/Ajax/DataCommand.php, line 42

Class

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

Namespace

Drupal\Core\Ajax

Code

protected $value;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Ajax!DataCommand.php/property/DataCommand::value/8.1.x