Salesforce QA/Lightning
How many types of events available in lightning ?
어디다쏨
2020. 1. 18. 15:08
728x90
Q : How many types of events available in lightning?
Q : Lightning에서 몇 가지 유형의 이벤트를 사용할 수 있습니까?
A : Component Event Scope of this event is within itself or the parent component of this event, all the components declared within the parent component would get notified of this event( managed by the component itself).
Application Event is handled by all components that are subscribed to the event.
These events are essentially a traditional publish-subscribe model.
A : 구성 요소 이벤트의 이벤트 범위는 자체 또는 이 이벤트의 부모 구성 요소 내에 있으며 부모 구성 요소 내에 선언된 모든 구성 요소는 이 이벤트에 대해 알림을 받습니다 (구성 요소 자체에서 관리).
응용 프로그램 이벤트는 이벤트에 등록된 모든 구성 요소에 의해 처리됩니다.
이러한 이벤트는 기본적으로 전통적인 발행-구독 모델입니다.
728x90