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