728x90
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 : 자식 구성 요소의 컨트롤러 메서드를 호출하려면 먼저 공개적으로 액세스 할 수있는 aura:method를 만들어야 합니다. aura:method는 포함 계층, 즉 부모와 자식 사이의 통신에 사용됩니다.
728x90