Options
All
  • Public
  • Public/Protected
  • All
Menu

Collboard module is basic unit of functionality. From the technical point of view it is just an object with manifest and setup function that can make some work and returns a logic how to destroy itself.

collboard-modules-sdk

Hierarchy

  • IModuleDefinition

Index

Properties

Properties

manifest?: IModuleManifest

Profile of the module If you not provide the manifest, module will be private. It will not be visible in the module store.

Also you can make multimodules and module without manifest can be the submodule and whole bundle can have a manifest.

Logic of the module