File

src/app/modules/sourcing/interfaces/contentEditor.ts

Properties

action
action: string
Type : string
content
content: any
Type : any
contentId
contentId: string
Type : string
enableAddFromLibrary
enableAddFromLibrary: boolean
Type : boolean
enableQuestionCreation
enableQuestionCreation: boolean
Type : boolean
hideSubmitForReviewBtn
hideSubmitForReviewBtn: boolean
Type : boolean
originCollectionData
originCollectionData: any
Type : any
programContext
programContext: any
Type : any
selectedSharedContext
selectedSharedContext: any
Type : any
sessionContext
sessionContext: ISessionContext
Type : ISessionContext
setDefaultCopyright
setDefaultCopyright: boolean
Type : boolean
sourcingStatus
sourcingStatus: string
Type : string
templateDetails
templateDetails: any
Type : any
unitIdentifier
unitIdentifier: string
Type : string
import { ISessionContext } from './index';

export interface IContentEditorComponentInput {
    contentId?: string;
    action?: string;
    content?: any;
    sessionContext?: ISessionContext;
    templateDetails?: any;
    unitIdentifier?: string;
    programContext?: any;
    originCollectionData: any;
    sourcingStatus: string;
    selectedSharedContext: any;
    hideSubmitForReviewBtn?: boolean;
    enableQuestionCreation?: boolean;
    enableAddFromLibrary?: boolean;
    setDefaultCopyright?: boolean;
}

results matching ""

    No results matching ""