EditorView.setTabFocusMode method
EditorView › setTabFocusMode
Official
Enable or disable tab-focus mode.Signature:
setTabFocusMode(to?: number | boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| to? | number | boolean | undefined | The mode to set. |
Returns: void