Packages

package web

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class Backend extends AnyRef
  2. trait Layout extends Any
    Annotations
    @RawJSType() @native()
  3. trait Renderer extends Any
    Annotations
    @RawJSType() @native()
  4. final case class ResolutionOptions(followOptional: Boolean = false) extends Product with Serializable
  5. final case class State(modules: Seq[Dependency], repositories: Seq[(String, MavenRepository)], options: ResolutionOptions, resolutionOpt: Option[Resolution], editModuleIdx: Int, editRepoIdx: Int, resolving: Boolean, reverseTree: Boolean, log: Seq[String]) extends Product with Serializable

Value Members

  1. object App
  2. object Bootstrap extends Object
    Annotations
    @native() @JSImport( "bootstrap" , JSImport.Namespace )
  3. object BootstrapTreeView extends Object
    Annotations
    @native() @JSImport( "bootstrap-treeview" , JSImport.Namespace )
  4. object Dracula extends Object
    Annotations
    @native() @JSImport( "graphdracula" , JSImport.Namespace )
  5. object Main
    Annotations
    @JSExportTopLevel( "CoursierWeb" )

Ungrouped