Class: PluginEntity
backend.PluginEntity
Hierarchy#
↳
PluginEntity
Implements#
TPluginEntity
Table of contents#
Constructors#
Properties#
- _meta
- createDate
- defaultSettings
- hasAdminBundle
- id
- isEnabled
- isInstalled
- isUpdating
- moduleInfo
- name
- pageDescription
- pageTitle
- settings
- slug
- title
- updateDate
- version
Accessors#
Constructors#
constructor#
• new PluginEntity()
Inherited from#
Properties#
_meta#
• Optional _meta: null | string
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:37
createDate#
• Optional createDate: null | Date
Implementation of#
TPluginEntity.createDate
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:51
defaultSettings#
• Optional defaultSettings: null | string
Implementation of#
TPluginEntity.defaultSettings
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:36
hasAdminBundle#
• Optional hasAdminBundle: null | boolean
Implementation of#
TPluginEntity.hasAdminBundle
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:28
id#
• id: number
Implementation of#
TPluginEntity.id
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:22
isEnabled#
• Optional isEnabled: null | boolean
Implementation of#
TPluginEntity.isEnabled
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:60
isInstalled#
• Optional isInstalled: null | boolean
Implementation of#
TPluginEntity.isInstalled
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:24
isUpdating#
• Optional isUpdating: null | boolean = false
Implementation of#
TPluginEntity.isUpdating
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:44
moduleInfo#
• Optional moduleInfo: null | string
Implementation of#
TPluginEntity.moduleInfo
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:40
name#
• Optional name: null | string
Implementation of#
TPluginEntity.name
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:12
pageDescription#
• Optional pageDescription: null | string
Implementation of#
TPluginEntity.pageDescription
Inherited from#
BasePageEntity.pageDescription
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:34
pageTitle#
• Optional pageTitle: null | string
Implementation of#
TPluginEntity.pageTitle
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:30
settings#
• Optional settings: null | string
Implementation of#
TPluginEntity.settings
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:32
slug#
• Optional slug: null | string
Implementation of#
TPluginEntity.slug
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:26
title#
• Optional title: null | string
Implementation of#
TPluginEntity.title
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:20
updateDate#
• Optional updateDate: null | Date
Implementation of#
TPluginEntity.updateDate
Inherited from#
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:56
version#
• Optional version: null | string
Implementation of#
TPluginEntity.version
Defined in#
system/core/backend/src/models/entities/plugin.entity.ts:16
Accessors#
meta#
• get meta(): undefined | null | TBasePageMeta
Returns#
undefined | null | TBasePageMeta
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:40
• set meta(data): void
Parameters#
| Name | Type |
|---|---|
data | undefined | null | TBasePageMeta |
Returns#
void
Defined in#
system/core/backend/src/models/entities/base-page.entity.ts:44