AsyncBase

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

Attributes

Graph
Supertypes
class Base
class Object
trait Matchable
class Any
Known subtypes
object Async.type
object AsyncCreatable.type

Members list

Type members

Classlikes

class WithOptions[A](loadOptions: String => Future[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] & AsyncOptionsProps[A]

Value members

Concrete methods

def apply[A](loadOptions: String => AsyncResults[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