object Persona

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

Type Members

  1. trait IPersona extends Object
    Annotations
    @JSType() @native()
  2. sealed trait InitialsColor extends Any
    Annotations
    @JSType() @native()
  3. sealed trait Presence extends Any
    Annotations
    @JSType() @native()
  4. trait PresenceProps extends Object with SharedProps
    Annotations
    @JSType()
  5. trait PresenceStyleProps extends Object with Theme
    Annotations
    @JSType()
  6. trait PresenceStyles extends Object with IStyleSetTag
    Annotations
    @JSType()
  7. trait Props extends Object with SharedProps with ComponentRef[IPersona] with Theme
    Annotations
    @JSType()
  8. trait SharedProps extends Object with ComponentRef[IPersona] with HTMLAttributes[Div] with Theme
    Annotations
    @JSType()
  9. sealed trait Size extends Any
    Annotations
    @JSType() @native()
  10. trait StyleProps extends Object with Theme
    Annotations
    @JSType()
  11. trait Styles extends Object with IStyleSetTag
    Annotations
    @JSType()

Value Members

  1. def apply(props: Props = null): ReactElement
  2. object Coin
  3. object InitialsColor
  4. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/Persona", "Persona")
  5. object Presence
  6. object Size