Packages

package toasts

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. toasts
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ContainerPosition extends Product with Serializable
  2. sealed trait Dismissal extends Product with Serializable
  3. type On = (Unit) => Callback
  4. sealed trait SemanticAnimation extends Product with Serializable
  5. final case class SemanticToastContainer(position: UndefOr[ContainerPosition] = js.undefined, animation: UndefOr[SemanticAnimation] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[SemanticToastContainerProps, SemanticToastContainer] with Product with Serializable
  6. trait ToastOptions extends Object
    Annotations
    @JSType() @native()
  7. sealed trait ToastType extends Product with Serializable

Value Members

  1. def toast(options: ToastOptions, onClose: UndefOr[Callback] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onDismiss: UndefOr[Callback] = js.undefined): Any
  2. def toastCB(text: String): Callback
  3. def toastCB(options: ToastOptions, onClose: UndefOr[Callback] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onDismiss: UndefOr[Callback] = js.undefined): Callback
  4. object ContainerPosition extends Serializable
  5. object Dismissal extends Serializable
  6. object SemanticAnimation extends Serializable
  7. object SemanticToastContainer extends Serializable
  8. object ToastOptions
  9. object ToastType extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped