Provides an AJAX command for replacing the page title. This command is implemented in Drupal.AjaxCommands.prototype.viewsReplaceTitle.
public ViewAjaxResponse::setView(ViewExecutable $view)
public TriggerPreviewCommand::render()
public HighlightCommand::render()
Provides an AJAX command for scrolling to the top of an element. This command is implemented in Drupal.AjaxCommands.prototype.viewsScrollTop
Provides an AJAX command for highlighting a certain new piece of html. This command is implemented in Drupal.AjaxCommands.prototype.viewsHighlight
A CSS selector string. Type: string File core/modul
Whether the view has been changed. Type: bool File
Provides an AJAX command for triggering the views live preview. This command is implemented in Drupal.AjaxCommands.prototype.viewsTriggerPreview
Custom JSON response object for an ajax view response. We use a special response object to be able to fire a proper alter hook.
Page 2 of 3