Skip to main content

Class: CustomEntityInput

backend.CustomEntityInput

Hierarchy#

Implements#

  • TCustomEntityInput

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new CustomEntityInput()

Inherited from#

BasePageInput.constructor

Properties#

customMeta#

• Optional customMeta: null | Record<string, null | string>

Implementation of#

TCustomEntityInput.customMeta

Inherited from#

BasePageInput.customMeta

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:32


entityType#

• entityType: string

Implementation of#

TCustomEntityInput.entityType

Defined in#

system/core/backend/src/models/inputs/custom-entity.input.ts:10


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TCustomEntityInput.isEnabled

Inherited from#

BasePageInput.isEnabled

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:26


meta#

• Optional meta: null | TBasePageMeta

Implementation of#

TCustomEntityInput.meta

Inherited from#

BasePageInput.meta

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:29


name#

• Optional name: string

Implementation of#

TCustomEntityInput.name

Defined in#

system/core/backend/src/models/inputs/custom-entity.input.ts:13


pageDescription#

• Optional pageDescription: null | string

Implementation of#

TCustomEntityInput.pageDescription

Inherited from#

BasePageInput.pageDescription

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:23


pageTitle#

• Optional pageTitle: null | string

Implementation of#

TCustomEntityInput.pageTitle

Inherited from#

BasePageInput.pageTitle

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:20


slug#

• Optional slug: null | string

Implementation of#

TCustomEntityInput.slug

Inherited from#

BasePageInput.slug

Defined in#

system/core/backend/src/models/inputs/base-page.input.ts:17