Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes licence for usage of a module.

collboard-modules-sdk

Hierarchy

  • IModuleManifestUsageLicensePayed

Index

Properties

buyLink?: string

Link which lead to page, which you can license buy on

Note: Using string not URL to ensure whole manifest is JSON serializable.

isModuleAutoInstalled: boolean

Is module installed automatically when the license is activated

  • If false modules behave like a normal module, only change is that it now can be installed in the module store
  • If true module is installed immediately and this installation is connected with the user NOT the board Also the module is excluded from module store
price: IPrice

Price of the license

token: string

The license number

type: "SIMPLE_TOKEN"