通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotebookCell interface

笔记本单元格。

属性

attachments

与单元格关联的附件。

cellType

标识单元格类型的字符串。

metadata

单元格级元数据。

outputs

单元格级输出项。

source

单元格的内容,表示为行数组。

属性详细信息

attachments

与单元格关联的附件。

attachments?: any

属性值

any

cellType

标识单元格类型的字符串。

cellType: string

属性值

string

metadata

单元格级元数据。

metadata: any

属性值

any

outputs

单元格级输出项。

outputs?: NotebookCellOutputItem[]

属性值

source

单元格的内容,表示为行数组。

source: string[]

属性值

string[]