You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// get a section by title, case insensitiveconstsection=awaitcontentPart.getSection("Open Editors");// get all sectionsconstsections=awaitcontentPart.getSections();
Progress Bar
// look if there is an active progress barconsthasProgress=awaitcontentPart.hasProgress();