Setting.setNavigable method
Setting › setNavigable
Unofficial
Makes the setting row navigable (adds a chevron and click handling).Signature:
setNavigable(callback: () => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| callback | () => void | The callback to invoke when the setting is clicked. |
Returns: this — The setting instance, for chaining.