LWT JavaScript API
Preparing search index...
modules/vocabulary/stores/word_form_store
SaveResult
Interface SaveResult
Result of a save operation.
interface
SaveResult
{
error
?:
string
;
hex
?:
string
;
success
:
boolean
;
wordId
?:
number
;
}
Index
Properties
error?
hex?
success
word
Id?
Properties
Optional
error
error
?:
string
Optional
hex
hex
?:
string
success
success
:
boolean
Optional
word
Id
wordId
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
hex
success
word
Id
LWT JavaScript API
Loading...
Result of a save operation.