dir property

String? dir
getter/setter pair

Controls the text direction (for supporting right-to-left languages such as Arabic and Hebrew). TalkJS tries to determine the appropriate text direction from the parent page, but if that does not work or you want to explicitly control it, you can override it here. Defaults to "rtl". "rtl" | "ltr"

Implementation

external String? dir;