Documentation
Preparing search index...
@blizzard-api/wow
JournalSection
Interface JournalSection
interface
JournalSection
{
body_text
?:
string
|
null
;
creature_display
?:
CreatureDisplay
;
id
:
number
;
sections
?:
JournalSection
[]
;
spell
?:
KeyBase
&
{
id
:
number
;
name
?:
string
}
;
title
?:
string
|
null
;
}
Index
Properties
body_
text?
creature_
display?
id
sections?
spell?
title?
Properties
Optional
body_
text
body_text
?:
string
|
null
Optional
creature_
display
creature_display
?:
CreatureDisplay
id
id
:
number
Optional
sections
sections
?:
JournalSection
[]
Optional
spell
spell
?:
KeyBase
&
{
id
:
number
;
name
?:
string
}
Optional
title
title
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body_
text
creature_
display
id
sections
spell
title
Documentation
Loading...