Skip to content

SearchComponent.setClass method

SearchComponent › setClass

Unofficial

Adds a class to the search component.

Signature:

setClass(cls: string): this

Parameters:

Parameter Type Description
cls string The CSS class to add.

Returns: thisThe search component.