본문 바로가기
Salesforce

[세일즈포스] Create Lightning Web Component > 컴포넌트 정의(Define a Component)

by clove17 2023. 9. 25.
728x90
반응형

 

#Salesforce #APEX #Create #Lightning #Web #Component #Define #정의 #웹컴포넌트

#세일즈포스 #코딩공부 #솔루션공부 #코딩 #기초

 

UI를 렌더링하는 Lightning 웹 구성 요소에는 HTML 파일, JavaScript 파일 및 메타데이터 구성 파일이 포함되어야 합니다. 프레임워크가 파일을 자동 연결할 수 있도록 파일은 동일한 이름을 사용해야 합니다. 서비스 구성 요소(라이브러리)에는 JavaScript 파일과 메타데이터 구성 파일이 포함되어야 합니다.

 

https://www.youtube.com/playlist?list=PLgIMQe2PKPSJ0hK7DInqhLlw7QK5Pt6fD 

 

Lightning Web Components

 

www.youtube.com

https://developer.salesforce.com/docs/platform/lwc/guide/create-components-define.html

 

Define a Component | Lightning Web Components Developer Guide | Salesforce Developers

 

developer.salesforce.com

 

A Lightning web component that renders UI must include an HTML file, a JavaScript file, and a metadata configuration file. The files must use the same name so the framework can autowire them. A service component (library) must include a JavaScript file and a metadata configuration file.

728x90
반응형