Packages

trait DisplayJson extends AnyRef

Used to show variables in UI pl.touk.nussknacker.engine.api.DisplayJson#originalDisplay method can be used to show original input if needed (i.e useful for csv record), so in UI variable will be pretty-printed in json format and raw-printed.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisplayJson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def asJson: Json
  2. abstract def originalDisplay: Option[String]