Packages

object module extends Object with styles_CommonStyles with ThemeLike with StylingLike with MergeStyles

Annotations
@native() @JSImport("@uifabric/styling", JSImport.Namespace)
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. module
  2. MergeStyles
  3. StylingLike
  4. ThemeLike
  5. styles_CommonStyles
  6. Object
  7. Any
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AnimationClassNames: IAnimationStyles
  5. val AnimationStyles: IAnimationStyles
  6. val ColorClassNames: IColorClassNames
  7. val DefaultEffects: IEffects
  8. val DefaultPalette: IPalette
  9. val FontClassNames: IFontClassNames
  10. val FontSizes: IFontSizes
  11. val FontWeightS: IFontWeights
  12. val HigHContrastSelector: String
    Definition Classes
    styles_CommonStyles
  13. val HighContrastSelectorBlack: String
    Definition Classes
    styles_CommonStyles
  14. val HighContrastSelectorWhite: String
    Definition Classes
    styles_CommonStyles
  15. val IconFontSizes: IIconFontSizes
  16. val SCreenWidthMinSmall: Int
    Definition Classes
    styles_CommonStyles
  17. val ScreenWidthMaxLarge: Int
    Definition Classes
    styles_CommonStyles
  18. val ScreenWidthMaxMedium: Int
    Definition Classes
    styles_CommonStyles
  19. val ScreenWidthMaxSmall: Int
    Definition Classes
    styles_CommonStyles
  20. val ScreenWidthMaxXLarge: Int
    Definition Classes
    styles_CommonStyles
  21. val ScreenWidthMaxXXLarge: Int
    Definition Classes
    styles_CommonStyles
  22. val ScreenWidthMinLarge: Int
    Definition Classes
    styles_CommonStyles
  23. val ScreenWidthMinMedium: Int
    Definition Classes
    styles_CommonStyles
  24. val ScreenWidthMinUhfMobile: Int
    Definition Classes
    styles_CommonStyles
  25. val ScreenWidthMinXLarge: Int
    Definition Classes
    styles_CommonStyles
  26. val ScreenWidthMinXXLarge: Int
    Definition Classes
    styles_CommonStyles
  27. val ScreenWidthMinXXXLarge: Int
    Definition Classes
    styles_CommonStyles
  28. val Stylesheet: Stylesheet

    Access the stylesheet created by fabric.

    Access the stylesheet created by fabric.

    Definition Classes
    MergeStyles
  29. val ThemeSettingName: String
    Definition Classes
    ThemeLike
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def buildClassMap(styles: Object): Dictionary[String]
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  33. def concatStyleSets[T <: Object](styleSets: IStyleSet*): T

    Combine styles together but do not register the styles in a stylesheet.

    Combine styles together but do not register the styles in a stylesheet. This is useful for combining different sets of styles, like a base and something more specific, inside of a function that computes styles but you want the output to be a (string -> style) mapping still. Last argument has higher precedence.

    T

    js object with mappings between properties and "string" class names. See IProcessedStyleSet in typescript.

    Definition Classes
    MergeStyles
  34. def concatStyleSetsWithProps[SP <: Any](props: SP, styleSets: StyleSetArg*): IStyleSet

    Combine styles together but allow style functions or props.

    Combine styles together but allow style functions or props. IStyleSet refers to a js object that has properties whose values are IStyle objects.

    Definition Classes
    MergeStyles
  35. def createTheme(partial: ITheme, depComments: Boolean = false): ITheme
    Definition Classes
    ThemeLike
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def fontFace(font: FontFace): Unit

    Register a font face.

    Register a font face.

    Definition Classes
    MergeStyles
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def getIconClassName(name: String): String
    Definition Classes
    StylingLike
  41. def getScreenSelector(min: Int, max: Int): String
    Definition Classes
    styles_CommonStyles
  42. def getTheme(depComments: Boolean = false): ITheme

    Reurn the singleton theme object.

    Reurn the singleton theme object.

    Definition Classes
    ThemeLike
  43. def getVendorSettings(): IVendorSettings
    Definition Classes
    MergeStyles
  44. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  48. def keyframes(timeline: Object): String

    Register key frames.

    Register key frames. Keys are typically "from" and "to".

    Definition Classes
    MergeStyles
  49. def loadTheme(theme: ITheme, depComments: Boolean = false): ITheme
    Definition Classes
    ThemeLike
  50. def mergeStyleSets[T <: Any](styleSets: IStyleSet*): T

    Merge style sets and register in a stylesheet.

    Merge style sets and register in a stylesheet. js.Object is included to allow "partial" T's to be passed in. It is not possible to ensure that all keys in T are defined based on the input parameters alone. This is the primary way to convert "code" to "styles" in the DOM. Generally, this function is called inside a getClassNames(...) type function specific to each component. The return value is typically a js.native trait whose member values are the string names of the styles that were registered (string -> classname string).

    Definition Classes
    MergeStyles
  51. def mergeStyles(styles: |[IStyle, Array[IStyle]]*): String

    Merge styles and register in a stylesheet.

    Merge styles and register in a stylesheet. Return the "css" mangled name you use as the attribute "className" in your components. You probably want to use a style set and mergeStyleSets to push a bunch of styles to the stylesheet at one time.

    Definition Classes
    MergeStyles
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. val noWrap: IRawStyle
  54. val normalize: IRawStyle
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  58. def registerIcons(r: IIconSubset, options: UndefOr[IIconOptions] = js.undefined): Unit
    Definition Classes
    StylingLike
  59. def registerOnThemeChangeCallback(cb: Function1[ITheme, Unit]): Unit
    Definition Classes
    ThemeLike
  60. def removeOnThemeChangeCallback(cb: Function1[ITheme, Unit]): Unit
    Definition Classes
    ThemeLike
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def toLocaleString(): String
    Definition Classes
    Object
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def unsafeConcatStyleSetsWithProps[SP <: Any](props: SP, styleSets: Any*): IStyleSet
    Definition Classes
    MergeStyles
    Annotations
    @JSName("concatStyleSetsWithProps")
  65. def valueOf(): Any
    Definition Classes
    Object
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MergeStyles

Inherited from StylingLike

Inherited from ThemeLike

Inherited from styles_CommonStyles

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped