LWT JavaScript API
Preparing search index...
modules/vocabulary/pages/new_term_form
NewTermFormData
Interface NewTermFormData
Alpine component state.
interface
NewTermFormData
{
error
:
string
;
isSaving
:
boolean
;
languageId
:
number
;
lemma
:
string
;
notes
:
string
;
romanization
:
string
;
sentence
:
string
;
text
:
string
;
textId
:
number
;
translation
:
string
;
collectTags
()
:
string
[]
;
init
()
:
void
;
save
()
:
Promise
<
void
>
;
}
Index
Properties
error
is
Saving
language
Id
lemma
notes
romanization
sentence
text
text
Id
translation
Methods
collect
Tags
init
save
Properties
error
error
:
string
is
Saving
isSaving
:
boolean
language
Id
languageId
:
number
lemma
lemma
:
string
notes
notes
:
string
romanization
romanization
:
string
sentence
sentence
:
string
text
text
:
string
text
Id
textId
:
number
translation
translation
:
string
Methods
collect
Tags
collectTags
()
:
string
[]
Returns
string
[]
init
init
()
:
void
Returns
void
save
save
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
is
Saving
language
Id
lemma
notes
romanization
sentence
text
text
Id
translation
Methods
collect
Tags
init
save
LWT JavaScript API
Loading...
Alpine component state.