protected property RemoveCommand::$selector

The CSS selector for the element(s) to be removed.

Type: string

File

drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php, line 31
Definition of Drupal\Core\Ajax\RemoveCommand.

Class

RemoveCommand
AJAX command for calling the jQuery remove() method.

Namespace

Drupal\Core\Ajax

Code

protected $selector;