aura:method (2) 썸네일형 리스트형 What is the use of the aura:method tag in Lightning? Q : What is the use of the aura:method tag in Lightning? Q : Lightning에서 aura:method 태그의 용도는 무엇입니까? A : aura:method is used to communicate down the containment hierarchy i.e. parent to child A : aura:method는 격리 계층, 즉 부모에서 자식으로 통신하는 데 사용됩니다. How can we call child component controller method from the parent component controller method? Q : How can we call child component controller method from the parent component controller method? Q : 부모 컴포넌트 컨트롤러 메서드에서 하위 컴포넌트 컨트롤러 메서드를 어떻게 호출할 수 있습니까? A : To call a child component's controller method, we need to first create a aura:method which is publically accessible, aura:method is used to communicate down the containment hierarchy i.e. parent to child. A : 자식 구성 요소의 컨트롤러 메서드를 호출하려면 먼저 .. 이전 1 다음