Packages

final case class Flag(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, name: UndefOr[String] = js.undefined) extends GenericComponentP[FlagProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponent[FlagProps, Props, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flag
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponent
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Flag(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, name: UndefOr[String] = js.undefined)

Value Members

  1. val as: UndefOr[AsC]
  2. val className: UndefOr[String]
  3. val clazz: UndefOr[Css]
  4. val name: UndefOr[String]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. def rawProps: FlagProps
    Definition Classes
    GenericJsComponent
  7. def render: UnmountedWithRoot[FlagProps, MountedWithRoot[[A]A, FlagProps, Null, Component[FlagProps, Null], FlagProps, Null], FlagProps, MountedWithRoot[[A]A, FlagProps, Null, Component[FlagProps, Null], FlagProps, Null]]
    Definition Classes
    Flag → GenericJsComponent
    Annotations
    @inline()