OneNote.Interfaces.SectionGroupData interface
An interface describing the data returned by calling sectionGroup.toJSON()
.
Properties
client |
The client url of the section group. Read only |
id | Gets the ID of the section group. Read-only. |
name | Gets the name of the section group. Read-only. |
section |
The collection of section groups in the section group. Read only |
sections | The collection of sections in the section group. Read only |
Property Details
clientUrl
The client url of the section group. Read only
clientUrl?: string;
Property Value
string
Remarks
id
Gets the ID of the section group. Read-only.
id?: string;
Property Value
string
Remarks
name
Gets the name of the section group. Read-only.
name?: string;
Property Value
string
Remarks
sectionGroups
The collection of section groups in the section group. Read only
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
Property Value
Remarks
sections
The collection of sections in the section group. Read only
sections?: OneNote.Interfaces.SectionData[];
Property Value
Remarks
Office Add-ins