Interface INopeModuleDescription

Hierarchy

Properties

author: IAuthor

The Author of the Module

Memberof

INopeModuleDescription

description: string

A Description of the Module. This is used to describe roughly what the module is capable of doing. Consider this as Module a kind of Documentation. Based on the fact, that the module will be offered in the Network, provide a meaning full documentation

Memberof

INopeModuleDescription

events: {
    [index: string]: IEventOptions;
}

Type declaration

identifier: string

Name of the Module. The name of the module must be written in lowercase.

Memberof

INopeModuleDescription

methods: {
    [index: string]: IServiceOptions;
}

Contains the provided functions.

key = id of the function

Memberof

INopeModuleDescription

Type declaration

properties: {
    [index: string]: IEventOptions;
}

Type declaration

type: string

Type of the Module

Memberof

INopeModuleDescription

uiLinks: {
    description: string;
    link: string;
    name: string;
}[]
version: IVersion

Description of the provided Version of the Module.

Memberof

INopeModuleDescription

Generated using TypeDoc