Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
SourceStringsModel
CreateStringRequest
Interface CreateStringRequest
interface
CreateStringRequest
{
context
?:
string
;
fileId
:
number
;
identifier
?:
string
;
isHidden
?:
boolean
;
labelIds
?:
number
[]
;
maxLength
?:
number
;
text
:
string
|
PluralText
;
}
Index
Properties
context?
file
Id
identifier?
is
Hidden?
label
Ids?
max
Length?
text
Properties
Optional
context
context
?:
string
file
Id
file
Id
:
number
Optional
identifier
identifier
?:
string
Optional
is
Hidden
is
Hidden
?:
boolean
Optional
label
Ids
label
Ids
?:
number
[]
Optional
max
Length
max
Length
?:
number
text
text
:
string
|
PluralText
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
file
Id
identifier
is
Hidden
label
Ids
max
Length
text
@crowdin/crowdin-api-client
Loading...