CodeHighlighterComponent.setTabSize method
CodeHighlighterComponent › setTabSize
Sets the tab size of the component.Signature:
setTabSize(tabSize: number): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| tabSize | number | The tab size to set. |
Returns: this — The component.