Class: CustomEntityInput
backend.CustomEntityInput
Hierarchy#
↳
CustomEntityInput
Implements#
TCustomEntityInput
Table of contents#
Constructors#
Properties#
Constructors#
constructor#
• new CustomEntityInput()
Inherited from#
Properties#
customMeta#
• Optional customMeta: null | Record<string, null | string>
Implementation of#
TCustomEntityInput.customMeta
Inherited from#
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#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:26
meta#
• Optional meta: null | TBasePageMeta
Implementation of#
TCustomEntityInput.meta
Inherited from#
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#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:23
pageTitle#
• Optional pageTitle: null | string
Implementation of#
TCustomEntityInput.pageTitle
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:20
slug#
• Optional slug: null | string
Implementation of#
TCustomEntityInput.slug