Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EditionSlot

Class representing the EditionSlot resource. EditionSlots model what content will go into a particular Slot for a specific Edition.

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

content

content: any

JSON body of the slot as it will be when the Edition is published

Optional empty

empty: boolean

Whether the slot is empty or not

Optional id

id: string

Unique id generated on creation

Optional slotId

slotId: string

Id of the slot content item

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Object literals

Readonly related

related: object

Resources and actions related to a Slot

content

  • content(content: any, lastModifiedDate?: string): Promise<EditionSlot>

Generated using TypeDoc