StringDirection

com.tersesystems.blindsight.jsonld.StringDirection
See theStringDirection companion object
sealed abstract class StringDirection(val value: String)

The string direction associated with the string.

Attributes

value

either "rtl" or "ltr", null is not supported

Companion:
object
Source:
Node.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LeftToRight.type
object RightToLeft.type

Members list

Concise view

Value members

Concrete fields

Attributes

Source:
Node.scala