Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModdaDefinition

Define a reusable service

A Modda is a class that can be reused For example:

  • MongoDB Store implementation
  • SQS Service implementation
  • etc

Hierarchy

  • ModdaDefinition

Properties

category: "services" | "models" | "deployers"

Type of services

configuration: object

Schema of the configuration

If defined as string we will try to extract it with typescript-json-schema

Type declaration

  • Optional schema?: JSONSchema6 | string
  • Optional widget?: any
description: string

Description of your service

documentation: string

Documentation page must be available online

label: string

Label of the service

logo: string

URL of the logo to display

uuid: string

Generated using TypeDoc