DictionaryExampleOutput interface
Dictionary Example
Properties
source |
The string to concatenate before the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string. |
source |
The string to concatenate after the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string. |
source |
A string equal to the actual term looked up. The string is added with sourcePrefix and sourceSuffix to form the complete example. Its value is separated so it can be marked in a user interface, e.g., by bolding it. |
target |
A string similar to sourcePrefix but for the target. |
target |
A string similar to sourceSuffix but for the target. |
target |
A string similar to sourceTerm but for the target. |
Property Details
sourcePrefix
The string to concatenate before the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string.
sourcePrefix: string
Property Value
string
sourceSuffix
The string to concatenate after the value of sourceTerm to form a complete example. Do not add a space character, since it is already there when it should be. This value may be an empty string.
sourceSuffix: string
Property Value
string
sourceTerm
A string equal to the actual term looked up. The string is added with sourcePrefix and sourceSuffix to form the complete example. Its value is separated so it can be marked in a user interface, e.g., by bolding it.
sourceTerm: string
Property Value
string
targetPrefix
A string similar to sourcePrefix but for the target.
targetPrefix: string
Property Value
string
targetSuffix
A string similar to sourceSuffix but for the target.
targetSuffix: string
Property Value
string
targetTerm
A string similar to sourceTerm but for the target.
targetTerm: string
Property Value
string