Home > @i2analyze/notebook-sdk > app > ILocale > flowDirection
app.ILocale.flowDirection property
Gets the direction of overall flow of controls and blocks of text in the user interface.
Signature:
readonly flowDirection: 'ltr' | 'rtl';
Returns: 'ltr' | 'rtl'
Introduced: version 1.0
Remarks
The value will be rtl
for a right-to-left translation locale, and ltr
for a left-to-right translation locale.