Class: UpdatePost
backend.UpdatePost
#
Hierarchy↳
UpdatePost
#
ImplementsTPostInput
#
Table of contents#
Constructors#
Properties- authorId
- content
- customMeta
- delta
- excerpt
- featured
- isEnabled
- mainImage
- meta
- pageDescription
- pageTitle
- publishDate
- published
- readTime
- slug
- tagIds
- title
#
Constructors#
constructor• new UpdatePost()
#
Inherited from#
Properties#
authorId• authorId: number
#
Implementation ofTPostInput.authorId
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:14
#
content• content: string
#
Implementation ofTPostInput.content
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:26
#
customMeta• Optional
customMeta: null
| Record
<string
, null
| string
>
#
Implementation ofTPostInput.customMeta
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:32
#
delta• delta: string
#
Implementation ofTPostInput.delta
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:29
#
excerpt• Optional
excerpt: null
| string
#
Implementation ofTPostInput.excerpt
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:32
#
featured• Optional
featured: boolean
#
Implementation ofTPostInput.featured
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:38
#
isEnabled• Optional
isEnabled: null
| boolean
#
Implementation ofTPostInput.isEnabled
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:26
#
mainImage• Optional
mainImage: string
#
Implementation ofTPostInput.mainImage
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:17
#
meta• Optional
meta: null
| TBasePageMeta
#
Implementation ofTPostInput.meta
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:29
#
pageDescription• Optional
pageDescription: null
| string
#
Implementation ofTPostInput.pageDescription
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:23
#
pageTitle• Optional
pageTitle: null
| string
#
Implementation ofTPostInput.pageTitle
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:20
#
publishDate• Optional
publishDate: null
| Date
#
Implementation ofTPostInput.publishDate
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:41
#
published• published: boolean
#
Implementation ofTPostInput.published
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:35
#
readTime• Optional
readTime: null
| string
#
Implementation ofTPostInput.readTime
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:20
#
slug• Optional
slug: null
| string
#
Implementation ofTPostInput.slug
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:17
#
tagIds• Optional
tagIds: null
| number
[]
#
Implementation ofTPostInput.tagIds
#
Defined insystem/core/backend/src/models/inputs/post.update.ts:23
#
title• title: string
#
Implementation ofTPostInput.title