WithOptionsBase

io.github.nafg.scalajs.facades.reactselect.Base.WithOptionsBase
trait WithOptionsBase[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WithOptions[A]
class WithOptions[A]

Members list

Value members

Abstract methods

protected def factory[F[_] : SelectionType]: Factory[AllProps[A, F]]

Concrete methods

def apply[F[_]](value: F[A])(getOptionLabel: A => String, getOptionValue: A => String)(extraProps: () => AllProps[A, F]*)(implicit selectionType: SelectionType[F]): Factory[AllProps[A, F]]