Activity Forums Salesforce® Discussions What is the use of includefacets attribute in Lightning Component ?

  • What is the use of includefacets attribute in Lightning Component ?

    Posted by Kirandeep on May 26, 2020 at 1:56 PM

    What is the use of includefacets attribute in Lightning Component ?

    Anuj replied 6 years ago 2 Members · 1 Reply
  • 1 Reply
  • Anuj

    Member
    May 26, 2020 at 1:58 PM

    To allow a container component to handle the event, add includeFacets=”true” to the <aura:handler> tag of the container component. For example, adding includeFacets=”true” to the handler in the container component, c:container, enables it to handle the component event bubbled from c:eventSource

Log In to reply.