Type alias useCreateTopicModalProps
Type declaration
-
-
selectedSolutions: {
[topicId: number]: Solution[];
}
-
Optional
setCreateTopicIsSending?: Dispatch<SetStateAction<boolean>>
-
Optional
setSelectedAlgorithms?: Dispatch<SetStateAction<{
[p: number]: CreateAlgorithmTableNameProps;
}>>
-
setSelectedLearningElementSolution: Dispatch<SetStateAction<{
[topicId: number]: RemoteLearningElementWithSolution[];
}>>
-
setSelectedLearningElements: Dispatch<SetStateAction<{
[p: number]: RemoteLearningElement[];
}>>
-
setSelectedLearningElementsClassification: Dispatch<SetStateAction<{
[p: number]: RemoteLearningElementWithClassification[];
}>>
-
setSelectedSolutions: Dispatch<SetStateAction<{
[topicId: number]: Solution[];
}>>
-
Optional
setSelectedTopics?: Dispatch<SetStateAction<RemoteTopics[]>>
-
Optional
setSuccessfullyCreatedTopicsCount?: Dispatch<SetStateAction<number>>