LWT JavaScript API
Preparing search index...
modules/vocabulary/services/word_actions
WordActionResult
Interface WordActionResult
Result of a word action operation.
interface
WordActionResult
{
error
?:
string
;
newStatus
?:
number
;
success
:
boolean
;
wordId
?:
number
;
}
Index
Properties
error?
new
Status?
success
word
Id?
Properties
Optional
error
error
?:
string
Optional
new
Status
newStatus
?:
number
success
success
:
boolean
Optional
word
Id
wordId
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
new
Status
success
word
Id
LWT JavaScript API
Loading...
Result of a word action operation.