Documentation
Preparing search index...
@blizzard-api/classic-wow
MediaSearchResponseItem
Interface MediaSearchResponseItem
The response for a media search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
MediaSearchResponseItem
{
data
:
{
assets
:
MediaAsset
[]
;
id
:
number
}
;
key
:
Href
;
}
Hierarchy
KeyBase
MediaSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
assets
:
MediaAsset
[]
;
id
:
number
}
key
key
:
Href
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Documentation
Loading...
The response for a media search.
See