File

src/app/modules/dashboard/interfaces/dashboardData.ts

Index

Properties

Properties

countDecrementDate
countDecrementDate: any
Type : any
Optional
countDecrementStatus
countDecrementStatus: boolean
Type : boolean
Optional
countIncrementDate
countIncrementDate: any
Type : any
Optional
countIncrementStatus
countIncrementStatus: boolean
Type : boolean
Optional
courseAdditionalInfo
courseAdditionalInfo: any
Type : any
Optional
courseCreator
courseCreator: string
Type : string
courseId
courseId: string
Type : string
createdBy
createdBy: string
Type : string
createdDate
createdDate: string
Type : string
createdFor
createdFor: any
Type : any
Optional
description
description: string
Type : string
Optional
endDate
endDate: string
Type : string
Optional
enrollmentType
enrollmentType: string
Type : string
Optional
hashTagId
hashTagId: string
Type : string
Optional
id
id: string
Type : string
identifier
identifier: string
Type : string
Optional
mentors
mentors: Array<string>
Type : Array<string>
Optional
name
name: string
Type : string
participant
participant: Array<any>
Type : Array<any>
Optional
startDate
startDate: string
Type : string
Optional
status
status: Number
Type : Number
Optional
updatedDate
updatedDate: any
Type : any
Optional
export interface DashboardData {
    /**
     * Chart data
     */
    bucketData: any;

    /**
     * Contains dashboard block data
     */
    numericData: string[];

    /**
     * Dashboard data series
     */
    series: string[] | string;

    /**
     * Chart Y-axes label
     */
    name?: string;
}

export interface ICourseProgressData {
    batchEndsOn: string;
    enrolledOn: string;
    lastAccessTime?: any;
    org?: string;
    progress: number;
    user: string;
    userName: string;
    count: number;
    data?: Array<any>;
}

export interface IBatchListData {
    countDecrementDate?: any;
    countDecrementStatus?: boolean;
    countIncrementDate?: any;
    countIncrementStatus?: boolean;
    courseAdditionalInfo?: any;
    courseCreator: string;
    courseId: string;
    createdBy: string;
    createdDate: string;
    createdFor?: any;
    description?: string;
    endDate?: string;
    enrollmentType?: string;
    hashTagId?: string;
    id: string;
    identifier?: string;
    mentors?: Array<string>;
    name: string;
    participant?: Array<any>;
    startDate?: string;
    status?: Number;
    updatedDate?: any;
}

export interface IDashboardItems {
    title: string;
    count: number;
    type: string;
}

export interface IForumContext {
    identifier: Array<string>;
    type: string;
}

results matching ""

    No results matching ""