Removed line
@@ -47,8 +47,6 @@ Module Root
|
|||||||
└── tsconfig.json TypeScript configuration file.
|
└── tsconfig.json TypeScript configuration file.
|
||||||
```
|
```
|
||||||
|
|
||||||
_See bottom of the page for a complete directory structure_
|
|
||||||
|
|
||||||
## Page
|
## Page
|
||||||
|
|
||||||
A page of a module consists of an HTML file, TypeScript and Sass (or CSS). The user page is **required** because it is shown as the module to a user. The other pages are outside the renderer and not required. Each page can leverage modern JavaScript features including import/export statements and external npm packages through its own package.json. Pages have full access to the [ModuleClientAPI](./ModuleClientAPI), which automatically establishes connection with the server-side ModuleServerAPI, enabling real-time communication, property updates, and user interaction. The following representation illustrates the typical file structure for a module page:
|
A page of a module consists of an HTML file, TypeScript and Sass (or CSS). The user page is **required** because it is shown as the module to a user. The other pages are outside the renderer and not required. Each page can leverage modern JavaScript features including import/export statements and external npm packages through its own package.json. Pages have full access to the [ModuleClientAPI](./ModuleClientAPI), which automatically establishes connection with the server-side ModuleServerAPI, enabling real-time communication, property updates, and user interaction. The following representation illustrates the typical file structure for a module page:
|
||||||
|
|||||||
Reference in New Issue
Block a user