Replace the page title.
An array suitable for use with the ajax_render() function.
function views_ajax_command_replace_title($title) {
$command = array(
'command' => 'viewsReplaceTitle',
'title' => $title,
'siteName' => config('system.site')
->get('name'),
);
return $command;
}