object Image

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

Type Members

  1. sealed trait CoverStyle extends Any
    Annotations
    @JSType() @native()
  2. sealed trait Fit extends Any
    Annotations
    @JSType() @native()
  3. trait IImage extends Object
    Annotations
    @JSType() @native()
  4. sealed trait LoadState extends Any
    Annotations
    @JSType() @native()
  5. trait Props extends Object with ComponentRef[IImage] with ImgHTMLAttributes[org.scalajs.dom.html.Image] with Theme
    Annotations
    @JSType()
  6. trait StyleProps extends Object with Theme
    Annotations
    @JSType()
  7. trait Styles extends Object with IStyleSetTag
    Annotations
    @JSType()

Value Members

  1. def apply(props: Props = null)(children: ReactNode*): ReactElement
  2. def only(props: Props): ReactElement
  3. object CoverStyle
  4. object Fit
  5. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/Image", "Image")
  6. object LoadState