Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Class StoreListing

extends BaseStructureclass BaseStructuredetritus-client/structures/BaseStructure

Defined in store

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

Constructor

constructor(
client: ShardClientclass ShardClientdetritus-client/ShardClient,
data?: BaseStructureDatainterface BaseStructureDatadetritus-client/structures/BaseStructureData,
isClone?: boolean
)

Properties

_keys = BaseSetclass BaseSetdetritus-utils/BaseSet<string>[src]
assets = BaseCollectionclass BaseCollectiondetritus-utils/BaseCollection<string, StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset>[src]
boxArt?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
carouselItems?: Array<{asset_id?: string, youtube_video_id?: string}>external Array[src]
headerBackground?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
headerLogoDarkTheme?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
heroBackground?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
heroVideo?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
previewVideo?: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]
sku: Skuclass Skudetritus-client/structures/Sku[src]
thumbnail: StoreListingAssetclass StoreListingAssetdetritus-client/structures/StoreListingAsset[src]

Methods

mergeValue(key: string, value: any): void[src]