object Text

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

Type Members

  1. trait Props extends Object with ReactJSProps with HTMLAttributes[Element]
    Annotations
    @JSType()
  2. trait Variant extends Any

    These need to match IFontStyles.

    These need to match IFontStyles.

    Annotations
    @JSType() @native()

Value Members

  1. def apply(variant: Variant, text: String): ReactElement
  2. def apply(props: Props)(text: UndefOr[String] = js.undefined): ReactElement
  3. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/Text", "Text")
  4. object Variant