SearchComponent.setClass method
SearchComponent › setClass
Unofficial
Adds a class to the search component.Signature:
setClass(cls: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cls | string | The CSS class to add. |
Returns: this — The search component.