共用方式為


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[]