case class TypeScriptInput(key: String = "new", description: String = "...", files: Seq[String] = Nil, nodes: Seq[TypeScriptNode] = Nil, logs: Seq[String] = Nil) extends Input with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeScriptInput
- Serializable
- Product
- Equals
- Input
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeScriptInput(key: String = "new", description: String = "...", files: Seq[String] = Nil, nodes: Seq[TypeScriptNode] = Nil, logs: Seq[String] = Nil)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def <(that: Input): Boolean
- Definition Classes
- Ordered
- def <=(that: Input): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: Input): Boolean
- Definition Classes
- Ordered
- def >=(that: Input): Boolean
- Definition Classes
- Ordered
- lazy val additional: Seq[OutputFile]
- Definition Classes
- TypeScriptInput → Input
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(that: Input): Int
- Definition Classes
- Input → Ordered
- def compareTo(that: Input): Int
- Definition Classes
- Ordered → Comparable
- val description: String
- Definition Classes
- TypeScriptInput → Input
- def enum(k: String): ExportEnum
- Definition Classes
- Input
- def enumOpt(k: String): Option[ExportEnum]
- Definition Classes
- Input
- lazy val enums: Seq[ExportEnum]
- Definition Classes
- TypeScriptInput → Input
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fakeSummary(): ProjectSummary
- val files: Seq[String]
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hash: Int
- Definition Classes
- Input
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- Definition Classes
- TypeScriptInput → Input
- val logs: Seq[String]
- def model(k: String): ExportModel
- Definition Classes
- Input
- def modelOpt(k: String): Option[ExportModel]
- Definition Classes
- Input
- lazy val models: Seq[ExportModel]
- Definition Classes
- TypeScriptInput → Input
- lazy val moduleReferences: Seq[TypesReference]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodes: Seq[TypeScriptNode]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val output: ExportConfiguration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def service(k: String): ExportService
- Definition Classes
- Input
- def serviceOpt(k: String): Option[ExportService]
- Definition Classes
- Input
- lazy val services: Seq[ExportService]
- Definition Classes
- TypeScriptInput → Input
- lazy val srcFiles: Seq[SourceFile]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val template: TypeScript.type
- Definition Classes
- TypeScriptInput → Input
- def toString(): String
- Definition Classes
- Input → AnyRef → Any
- def union(k: String): ExportUnion
- Definition Classes
- Input
- def unionOpt(k: String): Option[ExportUnion]
- Definition Classes
- Input
- lazy val unions: Seq[ExportUnion]
- Definition Classes
- TypeScriptInput → Input
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()