Skip to content

Setting.setNavigable method

Setting › setNavigable

Unofficial

Makes the setting row navigable (adds a chevron and click handling).

Signature:

setNavigable(callback: () => void): this

Parameters:

Parameter Type Description
callback () => void The callback to invoke when the setting is clicked.

Returns: thisThe setting instance, for chaining.