DocumentLine interface

文件中的一行,由連續的單字序列組成。

屬性

content

行文字。

source

編碼來源,識別該行在內容中的位置。

span

在 Markdown 內容中,該行的橫跨度。

屬性詳細資料

content

行文字。

content: string

屬性值

string

source

編碼來源,識別該行在內容中的位置。

source?: string

屬性值

string

span

在 Markdown 內容中,該行的橫跨度。

span?: ContentSpan

屬性值