LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermTranslationResponse
Interface TermTranslationResponse
Response for term translation operations.
interface
TermTranslationResponse
{
add
?:
string
;
error
?:
string
;
term_id
?:
number
;
term_lc
?:
string
;
update
?:
string
;
}
Index
Properties
add?
error?
term_
id?
term_
lc?
update?
Properties
Optional
add
add
?:
string
Optional
error
error
?:
string
Optional
term_
id
term_id
?:
number
Optional
term_
lc
term_lc
?:
string
Optional
update
update
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
error
term_
id
term_
lc
update
LWT JavaScript API
Loading...
Response for term translation operations.