File

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

Properties

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


export interface IContentUploadComponentInput {
  config?: any;
  sessionContext?: ISessionContext;
  unitIdentifier?: string;
  selectedSharedContext?: any;
  contentId?: string;
  templateDetails?: any;
  programContext?: any;
  action?: string;
  sourcingStatus?: string;
  originCollectionData?: any;
  content?: any;
}

results matching ""

    No results matching ""