OneNote.Interfaces.NotebookData interface
一个描述通过调用 notebook.toJSON()返回的数据的接口。
属性
| base |
此笔记本所在网站的 URL。 只读。 |
| client |
笔记本的客户端 URL。 只读。 |
| id | 获取笔记本的 ID。 只读。 |
| is |
'* 如果笔记本不是由用户创建 (即“分区放错位置”) 则为 True。 只读。 |
| name | 获取笔记本的名称。 只读。 |
| section |
笔记本中的分区组。 只读 |
| sections | 笔记本中的分区。 只读。 |
属性详细信息
baseUrl
clientUrl
id
isVirtual
name
sectionGroups
笔记本中的分区组。 只读
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
属性值
注解
sections
笔记本中的分区。 只读。
sections?: OneNote.Interfaces.SectionData[];