Skip to content
Obsidian Typings
Catalyst (1.13.7)
|
Public (1.13.7)
Search
Ctrl
K
Cancel
Github
Select theme
Dark
Light
Auto
Github
Select theme
Dark
Light
Auto
Doc.setLine method
Doc
› setLine
Unofficial
Set the content of a given line.
Signature:
setLine
(n: number, text: string):
void
Parameters:
Parameter
Type
Description
n
number
The line number.
text
string
The new text.
Returns:
void