This package has been deprecated

Author message:

pre-release module deprecation

@platform/cell.module
TypeScript icon, indicating that this package has built-in type declarations

0.0.137 • Public • Published

Module License: MIT NPM banner

Module system - isolated event-driven state and logic.

diagram

A cell module is an encapsulated unit of functionality containing:

  • Type definitions for the events and data structures that constitute the module.
  • The logic for booting the module into a runtime environment.
  • The location of the compiled code assets ("bundle") of the module.
  • The client for persisting module instance state down to the underlying cell memory.

 

A module is itself nothing more than a "type of" ITreeNode data strcutrue that slots into a wider organizing tree. Modules may be used for managing UI ("user interface") or for purely computation operations.

 

Setup

yarn add @platform/cell.module

 

 

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/cell.module

Weekly Downloads

7

Version

0.0.137

License

MIT

Unpacked Size

35.5 kB

Total Files

42

Last publish

Collaborators

  • philcockfield