i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation