LWT JavaScript API
Preparing search index...
dictionaries/local_dictionary_panel
LocalDictPanelState
Interface LocalDictPanelState
Panel state interface for Alpine.js component.
interface
LocalDictPanelState
{
error
:
string
|
null
;
loading
:
boolean
;
panelElement
:
HTMLElement
|
null
;
results
:
LocalDictResult
[]
;
term
:
string
;
visible
:
boolean
;
hide
()
:
void
;
show
(
langId
:
number
,
term
:
string
)
:
Promise
<
void
>
;
toggle
()
:
void
;
}
Index
Properties
error
loading
panel
Element
results
term
visible
Methods
hide
show
toggle
Properties
error
error
:
string
|
null
loading
loading
:
boolean
panel
Element
panelElement
:
HTMLElement
|
null
results
results
:
LocalDictResult
[]
term
term
:
string
visible
visible
:
boolean
Methods
hide
hide
()
:
void
Returns
void
show
show
(
langId
:
number
,
term
:
string
)
:
Promise
<
void
>
Parameters
langId
:
number
term
:
string
Returns
Promise
<
void
>
toggle
toggle
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
loading
panel
Element
results
term
visible
Methods
hide
show
toggle
LWT JavaScript API
Loading...
Panel state interface for Alpine.js component.