Skip to main content

Class: CustomEntity

backend.CustomEntity

Hierarchy#

Implements#

  • TCustomEntity

Table of contents#

Constructors#

Properties#

Accessors#

Constructors#

constructor#

• new CustomEntity()

Inherited from#

BasePageEntity.constructor

Properties#

_meta#

• Optional _meta: null | string

Inherited from#

BasePageEntity._meta

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:37


createDate#

• Optional createDate: null | Date

Implementation of#

TCustomEntity.createDate

Inherited from#

BasePageEntity.createDate

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:51


entityType#

• entityType: string

Implementation of#

TCustomEntity.entityType

Defined in#

system/core/backend/src/models/entities/custom-entity.entity.ts:15


id#

• id: number

Implementation of#

TCustomEntity.id

Inherited from#

BasePageEntity.id

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:22


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TCustomEntity.isEnabled

Inherited from#

BasePageEntity.isEnabled

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:60


metaRecords#

• Optional metaRecords: CustomEntityMeta[]

Defined in#

system/core/backend/src/models/entities/custom-entity.entity.ts:25


name#

• Optional name: null | string

Implementation of#

TCustomEntity.name

Defined in#

system/core/backend/src/models/entities/custom-entity.entity.ts:20


pageDescription#

• Optional pageDescription: null | string

Implementation of#

TCustomEntity.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#

TCustomEntity.pageTitle

Inherited from#

BasePageEntity.pageTitle

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:30


slug#

• Optional slug: null | string

Implementation of#

TCustomEntity.slug

Inherited from#

BasePageEntity.slug

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:26


updateDate#

• Optional updateDate: null | Date

Implementation of#

TCustomEntity.updateDate

Inherited from#

BasePageEntity.updateDate

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:56

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#

NameType
dataundefined | null | TBasePageMeta

Returns#

void

Defined in#

system/core/backend/src/models/entities/base-page.entity.ts:44