Activity Forums Salesforce® Discussions What is use of aura:method tag in salesforce lightning?

  • MOHIT

    Member
    July 22, 2020 at 5:34 am

    Use aura:method to define a method as part of a component’s API. This enables you to directly call a method in a component’s client-side controller instead of firing and handling a component event.

  • Ratnesh

    Member
    July 22, 2020 at 5:43 am

    Aura is an open-source UI framework built by Salesforce for developing dynamic web apps for mobile and desktop devices.To build lightning components in salesforce lightning we use the Lightning component framework. Use aura:method to define a method as part of a component's API. This enables you to directly call a method in a component's client-side controller instead of firing and handling a component event.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos