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