Documentation
Preparing search index...
@blizzard-api/wow
SpellSearchResponseItem
Interface SpellSearchResponseItem
The response for a spell search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
SpellSearchResponseItem
{
data
:
{
id
:
number
;
media
:
{
id
:
number
}
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
SpellSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
id
:
number
;
media
:
{
id
:
number
}
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
}
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 spell search.
See