LWT JavaScript API
Preparing search index...
modules/dictionary/pages/dictionary_list
DictionaryListData
Interface DictionaryListData
Alpine component state for the dictionary list.
interface
DictionaryListData
{
busyId
:
number
;
dictionaries
:
LocalDictionary
[]
;
error
:
string
;
isLoading
:
boolean
;
languageId
:
number
;
confirmDelete
(
dict
:
LocalDictionary
)
:
Promise
<
void
>
;
descriptionOf
(
dict
:
LocalDictionary
)
:
string
;
entryCountLabel
(
dict
:
LocalDictionary
)
:
string
;
formatLabel
(
dict
:
LocalDictionary
)
:
string
;
hasDescription
(
dict
:
LocalDictionary
)
:
boolean
;
init
()
:
Promise
<
void
>
;
isBusy
(
dict
:
LocalDictionary
)
:
boolean
;
load
()
:
Promise
<
void
>
;
statusClass
(
dict
:
LocalDictionary
)
:
string
;
statusLabel
(
dict
:
LocalDictionary
)
:
string
;
toggle
(
dict
:
LocalDictionary
)
:
Promise
<
void
>
;
toggleClass
(
dict
:
LocalDictionary
)
:
string
;
toggleIcon
(
dict
:
LocalDictionary
)
:
string
;
toggleTitle
(
dict
:
LocalDictionary
)
:
string
;
}
Index
Properties
busy
Id
dictionaries
error
is
Loading
language
Id
Methods
confirm
Delete
description
Of
entry
Count
Label
format
Label
has
Description
init
is
Busy
load
status
Class
status
Label
toggle
toggle
Class
toggle
Icon
toggle
Title
Properties
busy
Id
busyId
:
number
dictionaries
dictionaries
:
LocalDictionary
[]
error
error
:
string
is
Loading
isLoading
:
boolean
language
Id
languageId
:
number
Methods
confirm
Delete
confirmDelete
(
dict
:
LocalDictionary
)
:
Promise
<
void
>
Parameters
dict
:
LocalDictionary
Returns
Promise
<
void
>
description
Of
descriptionOf
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
entry
Count
Label
entryCountLabel
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
format
Label
formatLabel
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
has
Description
hasDescription
(
dict
:
LocalDictionary
)
:
boolean
Parameters
dict
:
LocalDictionary
Returns
boolean
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
is
Busy
isBusy
(
dict
:
LocalDictionary
)
:
boolean
Parameters
dict
:
LocalDictionary
Returns
boolean
load
load
()
:
Promise
<
void
>
Returns
Promise
<
void
>
status
Class
statusClass
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
status
Label
statusLabel
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
toggle
toggle
(
dict
:
LocalDictionary
)
:
Promise
<
void
>
Parameters
dict
:
LocalDictionary
Returns
Promise
<
void
>
toggle
Class
toggleClass
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
toggle
Icon
toggleIcon
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
toggle
Title
toggleTitle
(
dict
:
LocalDictionary
)
:
string
Parameters
dict
:
LocalDictionary
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
busy
Id
dictionaries
error
is
Loading
language
Id
Methods
confirm
Delete
description
Of
entry
Count
Label
format
Label
has
Description
init
is
Busy
load
status
Class
status
Label
toggle
toggle
Class
toggle
Icon
toggle
Title
LWT JavaScript API
Loading...
Alpine component state for the dictionary list.