Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Edition

Class representing the Edition resource with helper functions. An Edition is the main way of scheduling content to be published on a specific date.

Hierarchy

  • Edition

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

end

end: string

Date when the edition should end in ISO 8601 format

id

id: string

Unique id of the Edition

start

start: string

Date when the edition should begin in ISO 8601 format

Methods

getEndDate

  • getEndDate(): Date

getStartDate

  • getStartDate(): Date

toJSON

  • toJSON(): any

Generated using TypeDoc