SyncBase

io.github.nafg.scalajs.facades.reactselect.SyncBase
trait SyncBase extends Base

Attributes

Graph
Supertypes
class Base
class Object
trait Matchable
class Any
Known subtypes
object Creatable.type
object Select.type

Members list

Type members

Classlikes

class WithOptions[A](options: Seq[Opt[A]]) extends WithOptionsBase[A]

Attributes

Supertypes
trait WithOptionsBase[A]
class Object
trait Matchable
class Any

Inherited classlikes

trait WithOptionsBase[A]

Attributes

Inherited from:
Base
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WithOptions[A]
class WithOptions[A]

Types

override type AllProps[A, F[_]] <: SelectionProps[A, F] & SyncOptionsProps[A]

Value members

Concrete methods

def apply[A](options: Seq[Opt[A]]): WithOptions[A]

Inherited methods

protected def mkProps[A, F[_] : SelectionType]: AllProps[A, F]

Attributes

Inherited from:
Base

Inherited fields

val facade: Facade

Attributes

Inherited from:
Base