ModuleScheme

Full module scheme.

Hierarchy

  • ModuleScheme

Properties

Optional Readonly __createdAt

__createdAt: undefined | string

Creation date.

Optional Readonly __createdBy

__createdBy: undefined | string

Created by.

Optional Readonly __deletedAt

__deletedAt: undefined | string

Deletion date.

Optional Readonly __id

__id: undefined | string

Identifier (in uuid format).

Optional Readonly __updatedAt

__updatedAt: undefined | string

Edit date.

Optional Readonly __updatedBy

__updatedBy: undefined | string

Edited by.

Optional Readonly author

author: undefined | string

Author

Optional Readonly code

code: undefined | string

Code.

Optional Readonly description

description: undefined | string

Extended description.

Optional Readonly enabled

enabled: undefined | false | true

Active flag (enabled/disabled).

Optional Readonly help

help: undefined | string

Help link.

Optional Readonly language

language: undefined | string

Language.

Optional Readonly name

name: undefined | string

Name.

Optional Readonly namespace

namespace: undefined | string

Namespace.

Optional Readonly summary

summary: undefined | string

Brief description.

Optional Readonly website

website: undefined | string

Developer website link.