Views are organised in the two sets, set of list and set of detail views

interface Views {
    calendars?: iViewList;
    clipLists?: iClipViewList;
    clips?: iClipViewList;
    dashboards?: iDashList;
    details?: iViewList;
    lists?: iLists;
}

Properties

calendars?: iViewList

object of iViewDescription - list views

clipLists?: iClipViewList

object of iViewDescription - list views

object of iViewDescription - list views

dashboards?: iDashList

object of iDashboard - list views

details?: iViewList

object of iViewDescription - list views

lists?: iLists

object of iViewDescription - list views