RemoveQuestion

Function: removeQuestion()

[object Object]

Defined in: app/components/Activity/Edit/EditActivityForm/EditActivityForm.handlers.tsx:114

Removes a specification question from the list at a specific index.

Parameters

index

[object Object]

The index of the question to remove.

questions

Partial<GetSpecificationQuestionResponseDto>[]

Current list of questions.

setQuestions

(value) => void

Callback to update the questions state.

Returns

[object Object]

On this page