Type alias CreateTopicModalProps
Type declaration
-
activeStep: number
-
currentTopicLmsId: number
-
handleCloseCreateTopicModal: (() => void)
-
Optional
openCreateTopicModal?: boolean
-
-
selectedLearningElements: {
[key: number]: RemoteLearningElement[];
}
-
-
selectedSolutions: {
[key: number]: Solution[];
}
-
setActiveStep: Dispatch<SetStateAction<number>>
-
setSelectedLearningElementSolution: Dispatch<SetStateAction<{
[key: number]: RemoteLearningElementWithSolution[];
}>>
-
setSelectedLearningElements: Dispatch<SetStateAction<{
[key: number]: RemoteLearningElement[];
}>>
-
setSelectedLearningElementsClassification: Dispatch<SetStateAction<{
[key: number]: RemoteLearningElementWithClassification[];
}>>
-
setSelectedSolutions: Dispatch<SetStateAction<{
[key: number]: Solution[];
}>>