React

생성자 함수 안에서 this를 사용하기 전에 매개변수에 this를 첫번째로 넘겨주고 타입을 지정해주어야 한다.

Asset Type
File Type
When to use
Reference
Created by
Last edited time
2022/03/13 16:14
function Chart(this:any, max){ this.max = max; }
TypeScript
복사