AsyncCreatable

io.github.nafg.scalajs.facades.reactselect.AsyncCreatable
object AsyncCreatable extends Base, AsyncBase

Attributes

Graph
Supertypes
trait AsyncBase
class Base
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

class WithOptions[A](loadOptions: String => Future[Seq[Opt[A]]]) extends WithOptionsBase[A]

Attributes

Inherited from:
AsyncBase
Supertypes
trait WithOptionsBase[A]
class Object
trait Matchable
class Any
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] & CreatableProps[A, F]

Value members

Inherited methods

def apply[A](loadOptions: String => AsyncResults[A]): WithOptions[A]

Attributes

Inherited from:
AsyncBase

Inherited fields

val facade: Facade

Attributes

Inherited from:
Base