JsConfig

mdoc.modifiers.JsConfig
See theJsConfig companion object
case class JsConfig(moduleKind: ModuleType, classpath: String, htmlHeader: String, libraries: List[AbsolutePath], mountNode: String, minLevel: LogLevel, outDirectories: List[AbsolutePath], outPrefix: Option[String], fullOpt: Boolean, htmlPrefix: String, relativeLinkPrefix: String, batchMode: Boolean)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isCommonJS: Boolean
def libraryScripts(outjsfile: AbsolutePath, ctx: PostProcessContext): Iterable[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product