Activity Forums Salesforce® Discussions What is the use of !$A.util.isUndefined() in Salesforce Lightning Component?

  • What is the use of !$A.util.isUndefined() in Salesforce Lightning Component?

    Posted by Shweta on September 11, 2020 at 3:02 PM

    What is the use of !$A.util.isUndefined() in Salesforce Lightning Component?

    Aditya replied 5 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Aditya

    Member
    September 12, 2020 at 8:11 PM

    <samp>component.get(String key)</samp> and <samp>component.set(String key, Object value)</samp> retrieves and assigns values associated with the specified key on the component. Keys are passed in as an expression, which represents an attribute value.

Log In to reply.