You are here

protected property ScrollTopCommand::$selector in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Ajax/ScrollTopCommand.php \Drupal\views\Ajax\ScrollTopCommand::selector

A CSS selector string.

Type: string

File

core/modules/views/src/Ajax/ScrollTopCommand.php, line 19

Class

ScrollTopCommand
Provides an AJAX command for scrolling to the top of an element.

Namespace

Drupal\views\Ajax

Code

protected $selector;