Skip to content

EditorView.setTabFocusMode method

EditorView › setTabFocusMode

Official

Enable or disable tab-focus mode.

Signature:

setTabFocusMode(to?: number | boolean | undefined): void

Parameters:

Parameter Type Description
to? number | boolean | undefined The mode to set.

Returns: void