p

components

package components

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CodeBlock(code: String, result: Option[String] = None, marginTop: Int = 4) extends Component with Product with Serializable
  2. final case class CodeEditor(contentVar: com.raquo.laminar.api.Laminar.Var[String] = Var(""), readOnly: Boolean = false) extends Component with Product with Serializable
  3. trait CodeMirror extends Object
    Annotations
    @JSType() @native()
  4. trait CodeMirrorConfig extends Object
    Annotations
    @JSType()
  5. trait Component extends AnyRef
  6. trait Doc extends Object
    Annotations
    @JSType() @native()
  7. trait EditorState extends Object
    Annotations
    @JSType() @native()
  8. trait EditorStateConfig extends Object
    Annotations
    @JSType()
  9. trait EditorViewConfig extends Object
    Annotations
    @JSType()
  10. trait Extension extends Object
    Annotations
    @JSType() @native()
  11. trait Facet[A] extends Object
    Annotations
    @JSType() @native()
  12. final case class HighlightedCode(codeString: String) extends Component with Product with Serializable
  13. final case class InlineCode(code: String) extends Component with Product with Serializable
  14. trait KeyBinding extends Object
    Annotations
    @JSType() @native()
  15. final case class PageHeader(title: String, subtitle: String) extends Component with Product with Serializable
  16. final case class Paragraph(mods: Mod[HtmlElement]*) extends Component with Product with Serializable
  17. final case class SectionHeader(name: Mod[HtmlElement]) extends Component with Product with Serializable
  18. trait Text extends Object
    Annotations
    @JSType() @native()
  19. trait ViewUpdate extends Object
    Annotations
    @JSType() @native()

Value Members

  1. object BasicSetup extends Object
    Annotations
    @native() @JSImport("@codemirror/basic-setup", JSImport.Namespace)
  2. object CLikeMode extends Object with Extension
    Annotations
    @native() @JSImport("@codemirror/legacy-modes/mode/clike", "scala")
  3. object CodeMirror extends Object
    Annotations
    @native() @JSImport("codemirror", JSImport.Namespace)
  4. object CodeMirrorConfig
  5. object CodeMirrorSyntax
  6. object Component
  7. object EditorStateConfig
  8. object EditorViewConfig
  9. object KeyBinding
  10. object OneDarkTheme extends Object with Extension
    Annotations
    @native() @JSImport("@codemirror/theme-one-dark", "oneDark")
  11. object StreamLanguage extends Object
    Annotations
    @native() @JSImport("@codemirror/stream-parser", "StreamLanguage")
  12. object ViewNamespace extends Object
    Annotations
    @native() @JSImport("@codemirror/view", JSImport.Namespace)

Ungrouped