Interface FeaturedImage

Featured object of type IMAGE (for example artwork, screenshot etc.)

Hierarchy

Properties

date: Date

Date of posting the featured object.

isApproved: boolean

Flag indicating if the featured post has been approved by a moderator.

isVisible: boolean

Flag indicating if the featured post should be visible on the website.

isSticky: boolean

If this flag is set to true, featured news does not disappear after its time runs out.

memberId: string

Steam or Discord ID of the member who posted featured object.

description: null | string

Description of the featured object.

gameId: null | number

ID of the game in the featured video (if it's a Steam game).

gameTitle: null | string

Title of the game in the featured video (used for non-Steam/non curated games).

gameLink: null | string

Link to the game page (used for non-Steam games).

type: IMAGE

Featured type: image.

link: string

Link to the featured image.

socialMediaLink: null | string

Link to the social media where the image is posted.

_id: ObjectId

Generated using TypeDoc