Class JavaScriptFileExportOptions
Inheritance
JavaScriptFileExportOptions
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class JavaScriptFileExportOptions : FileExportOptions
Properties
|
Edit this page
View Source
ExportPattern
Declaration
[JsonProperty("exportPattern")]
public string ExportPattern { get; set; }
Property Value
|
Edit this page
View Source
ExportQuotes
Declaration
[JsonProperty("exportQuotes")]
[JsonConverter(typeof(DescriptionEnumConverter))]
public ExportQuotesMode ExportQuotes { get; set; }
Property Value