Class yii\apidoc\templates\bootstrap\assets\JsSearchAsset

Inheritanceyii\apidoc\templates\bootstrap\assets\JsSearchAsset » yii\web\AssetBundle
Available since extension's version2.0
Source Code https://github.com/yiisoft/yii2-apidoc/blob/master/templates/bootstrap/assets/JsSearchAsset.php

The asset bundle for the offline template.

Property Details

Hide inherited properties

$depends public property
public $depends = [
    
'yii\web\JqueryAsset',
]
$js public property
public $js = [
    
'jssearch.js',
]
$jsOptions public property
public $jsOptions = [
    
'position' => \yii\web\View::POS_HEAD,
]
$publishOptions public property
public $publishOptions = [
    
'only' => [
        
'jssearch.js',
    ],
]
$sourcePath public property
public $sourcePath '@vendor/cebe/js-search'