Options
All
  • Public
  • Public/Protected
  • All
Menu

Store Listing Structure Used for Store Channels ([ChannelGuildStore])

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

assets

assets: BaseCollection<string, StoreListingAsset> = ...

Optional boxArt

Optional carouselItems

carouselItems: { asset_id?: string; youtube_video_id?: string }[]

Readonly client

client: ShardClient

Optional description

description: string

Optional entitlementBranchId

entitlementBranchId: string

Optional headerBackground

headerBackground: StoreListingAsset

Optional headerLogoDarkTheme

headerLogoDarkTheme: StoreListingAsset

Optional heroBackground

heroBackground: StoreListingAsset

Optional heroVideo

id

id: string = ''

Optional previewVideo

previewVideo: StoreListingAsset

sku

sku: Sku

summary

summary: string = ''

Optional tagline

tagline: string

thumbnail

Accessors

isClone

  • get isClone(): boolean

shardId

  • get shardId(): number

url

  • get url(): string

Methods

[custom]

  • [custom](): object

_getFromSnake

  • _getFromSnake(key: string): any

_setFromSnake

  • _setFromSnake(key: string, value: any): any

clone

difference

  • difference(key: string, value: any): [boolean, any]

differences

differencesBetween

  • differencesBetween(structure: Structure): null | object

hasDifference

  • hasDifference(key: string, value: any): boolean

hasDifferences

hasDifferencesBetween

  • hasDifferencesBetween(structure: Structure): boolean

merge

mergeValue

  • mergeValue(key: string, value: any): void

toJSON

  • toJSON(): object

Generated using TypeDoc