Video není dostupné.
Omlouváme se.

LWC Getters and Setters

Sdílet
Vložit
  • čas přidán 17. 08. 2024
  • Getters and setters exist in most object-oriented programming languages, including JavaScript. They are code constructs that help developers access the properties of objects in a secure way. With getters, you can access (“get”) the values of properties from external code, while setters let you change (“set”) their values. In this tutorial, I’ll show you how you can create getters and setters in Lightning Web Component - JavaScript.

Komentáře • 2