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:

ParameterTypeDescription
callback() => voidThe callback to invoke when the setting is clicked.

Returns: thisThe setting instance, for chaining.