LWT JavaScript API
Preparing search index...
modules/vocabulary/components/result_panel
showWordDetails
Function showWordDetails
showWordDetails
(
wordData
:
{
romanization
?:
string
;
status
?:
number
;
statusName
?:
string
;
text
:
string
;
translation
?:
string
;
}
,
)
:
void
Show word details in the result panel.
Parameters
wordData
:
{
romanization
?:
string
;
status
?:
number
;
statusName
?:
string
;
text
:
string
;
translation
?:
string
;
}
Word data to display
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LWT JavaScript API
Loading...
Show word details in the result panel.