File

src/app/modules/program/interfaces/program.ts

Properties

bloomsLevel
bloomsLevel: any[]
Type : any[]
board
board: string
Type : string
channel
channel: string
Type : string
collection
collection: string
Type : string
collectionName
collectionName: any
Type : any
collectionStatus
collectionStatus: any
Type : any
collectionType
collectionType: any
Type : any
collectionUnitIdentifier
collectionUnitIdentifier: any
Type : any
currentOrgRole
currentOrgRole: string
Type : string
currentRoleIds
currentRoleIds: number[]
Type : number[]
currentRoles
currentRoles: string[]
Type : string[]
framework
framework: string
Type : string
frameworkData
frameworkData: any
Type : any
gradeLevel
gradeLevel: any
Type : any
hierarchyObj
hierarchyObj: any
Type : any
lastOpenedUnitChild
lastOpenedUnitChild: any
Type : any
lastOpenedUnitParent
lastOpenedUnitParent: any
Type : any
medium
medium: any
Type : any
nominationDetails
nominationDetails: any
Type : any
onBoardSchool
onBoardSchool: string
Type : string
program
program: string
Type : string
programId
programId: string
Type : string
questionSetEditorDetails
questionSetEditorDetails: any
Type : any
questionType
questionType: string
Type : string
resourceIdentifier
resourceIdentifier: string
Type : string
selectedSchoolForReview
selectedSchoolForReview: string
Type : string
subject
subject: any
Type : any
targetCollectionFrameworksData
targetCollectionFrameworksData: any
Type : any
targetCollectionMimetype
targetCollectionMimetype: any
Type : any
targetCollectionPrimaryCategory
targetCollectionPrimaryCategory: any
Type : any
telemetryPageDetails
telemetryPageDetails: any
Type : any
textbook
textbook: string
Type : string
textbookName
textbookName: any
Type : any
textBookUnitIdentifier
textBookUnitIdentifier: any
Type : any
topic
topic: string
Type : string
topicList
topicList: any[]
Type : any[]
export interface ISessionContext { // TODO: remove any 'textbook' reference
  textBookUnitIdentifier?: any;
  collectionUnitIdentifier?: any;
  lastOpenedUnitChild?: any;
  lastOpenedUnitParent?: any;
  framework?: string;
  frameworkData?: any;
  channel?: string;
  board?: string;
  medium?: any;
  gradeLevel?: any;
  subject?: any;
  textbook?: string;
  collection?: string;
  topic?: string;
  questionType?: string;
  programId?: string;
  program?: string;
  currentRoles?: Array<string>;
  currentRoleIds?: Array<number>;
  bloomsLevel?: Array<any>;
  topicList?: Array<any>;
  onBoardSchool?: string;
  selectedSchoolForReview?: string;
  resourceIdentifier?: string;
  hierarchyObj?: any;
  textbookName?: any;
  collectionName?: any;
  collectionType?: any;
  collectionStatus?: any;
  currentOrgRole?: string;
  nominationDetails?: any;
  telemetryPageDetails?: any;
  questionSetEditorDetails?: any;
  targetCollectionFrameworksData?: any;
  targetCollectionPrimaryCategory?: any;
  targetCollectionMimetype?: any;
}

export interface IPagination {
  totalItems: number;
  currentPage: number;
  pageSize: number;
  totalPages: number;
  startPage: number;
  endPage: number;
  startIndex: number;
  endIndex: number;
  pages: Array<number>;
}

results matching ""

    No results matching ""