Skip to main content

Class: UpdateProductCategory

backend.UpdateProductCategory

Hierarchy#

Implements#

  • TProductCategoryInput

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new UpdateProductCategory()

Inherited from#

BasePageInput.constructor

Properties#

customMeta#

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

Implementation of#

TProductCategoryInput.customMeta

Inherited from#

BasePageInput.customMeta

Defined in#

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


description#

• Optional description: null | string

Implementation of#

TProductCategoryInput.description

Defined in#

system/core/backend/src/models/inputs/product-category.update.ts:15


descriptionDelta#

• Optional descriptionDelta: null | string

Implementation of#

TProductCategoryInput.descriptionDelta

Defined in#

system/core/backend/src/models/inputs/product-category.update.ts:18


isEnabled#

• Optional isEnabled: null | boolean

Implementation of#

TProductCategoryInput.isEnabled

Inherited from#

BasePageInput.isEnabled

Defined in#

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


mainImage#

• Optional mainImage: null | string

Implementation of#

TProductCategoryInput.mainImage

Defined in#

system/core/backend/src/models/inputs/product-category.update.ts:12


meta#

• Optional meta: null | TBasePageMeta

Implementation of#

TProductCategoryInput.meta

Inherited from#

BasePageInput.meta

Defined in#

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


name#

• Optional name: null | string

Implementation of#

TProductCategoryInput.name

Defined in#

system/core/backend/src/models/inputs/product-category.update.ts:9


pageDescription#

• Optional pageDescription: null | string

Implementation of#

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

TProductCategoryInput.pageTitle

Inherited from#

BasePageInput.pageTitle

Defined in#

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


parentId#

• Optional parentId: null | number

Implementation of#

TProductCategoryInput.parentId

Defined in#

system/core/backend/src/models/inputs/product-category.update.ts:21


slug#

• Optional slug: null | string

Implementation of#

TProductCategoryInput.slug

Inherited from#

BasePageInput.slug

Defined in#

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