• Parameters

    Returns {
        handleAlgorithmChange: ((topicId, topicName, newAlgorithm) => void);
    }

    • handleAlgorithmChange: ((topicId, topicName, newAlgorithm) => void)
        • (topicId, topicName, newAlgorithm): void
        • Parameters

          • topicId: number
          • topicName: string
          • newAlgorithm: string

          Returns void

Generated using TypeDoc