OneNote.Interfaces.SectionGroupData interface

一个接口,用于描述通过调用 sectionGroup.toJSON()返回的数据。

属性

clientUrl

分区组的客户端 url。 只读

id

获取分区组的 ID。 只读。

name

获取分区组的名称。 只读。

sectionGroups

分区组中的分区组集合。 只读

sections

分区组中的分区集合。 只读

属性详细信息

clientUrl

分区组的客户端 url。 只读

clientUrl?: string;

属性值

string

注解

[ API 集:OneNoteApi 1.1 ]

id

获取分区组的 ID。 只读。

id?: string;

属性值

string

注解

[ API 集:OneNoteApi 1.1 ]

name

获取分区组的名称。 只读。

name?: string;

属性值

string

注解

[ API 集:OneNoteApi 1.1 ]

sectionGroups

分区组中的分区组集合。 只读

sectionGroups?: OneNote.Interfaces.SectionGroupData[];

属性值

注解

[ API 集:OneNoteApi 1.1 ]

sections

分区组中的分区集合。 只读

sections?: OneNote.Interfaces.SectionData[];

属性值

注解

[ API 集:OneNoteApi 1.1 ]