Тип «HTMLFormControlsCollection» не имеет свойства «х» и нет индекса строки подписи

голоса
0

Эта ошибка при попытке destructure в появляется form.elementsобъект.

// in a class

domRefs: {[key: string]: HTMLFormElement | null} = {
  myForm: null
}

onButtonClick = () => {
  console.debug(this.domRefs.myForm!.elements) // screenshot below
  const {a, b, c} = this.domRefs.myForm!.elements
}

введите

Я не хочу использовать : anyтип , который не выделяет эту ошибку.

Задан 02/04/2018 в 11:48
источник пользователем
На других языках...                            

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more