Packages

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

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[SemanticToastContainerProps, Props, Unit, SemanticToastContainer], PassthroughA[SemanticToastContainerProps], Passthrough[SemanticToastContainerProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemanticToastContainer
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new 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)

Value Members

  1. def addModifiers(modifiers: Seq[TagMod]): SemanticToastContainer
    Definition Classes
    SemanticToastContainer → GenericJsComponentA
  2. val animation: UndefOr[SemanticAnimation]
  3. val className: UndefOr[String]
  4. val clazz: UndefOr[Css]
  5. val modifiers: Seq[TagMod]
    Definition Classes
    SemanticToastContainer → Passthrough
  6. val position: UndefOr[ContainerPosition]
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def rawProps: SemanticToastContainerProps
    Definition Classes
    PassthroughA
  9. def render: Render[SemanticToastContainerProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()