japgolly.scalajs.react.extra.internal

Members list

Type members

Classlikes

final case class AjaxException(xhr: XMLHttpRequest) extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class AjaxF[F[_], Async[_]](implicit F: Sync[F], Async: Async[Async])

Purely-functional AJAX.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ajax.type
final class LazyVar[A](initArg: () => A)

Attributes

Supertypes
class Object
trait Matchable
class Any
object RouterMacros

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object StateSnapshot

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Checkbox that can have three states: Checked, Unchecked, Indeterminate.

Checkbox that can have three states: Checked, Unchecked, Indeterminate.

Attributes

Since

0.11.0

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class TriStateCheckboxF[F[_]](implicit F: Sync[F])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TriStateCheckbox.type