Packages

p

fabric

utilities

package utilities

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

Type Members

  1. trait AddEventListenerOptions extends Object
    Annotations
    @JSType()
  2. class Async extends Object
    Annotations
    @JSType() @native() @JSImport("@uifabric/utilities", "Async")
  3. trait Cancelable[T] extends Object
    Annotations
    @JSType() @native()
  4. trait CancelableAndCallable[T] extends Object with Cancelable[T]
    Annotations
    @JSType() @native()
  5. trait CustomizerContext extends Object
    Annotations
    @JSType() @native()
  6. trait DebounceOptions extends Object
    Annotations
    @JSType()
  7. class EventGroup extends Object
    Annotations
    @JSType() @native() @JSImport("@uifabric/utilities", "EventGroup")
  8. trait ICustomizations extends Object
    Annotations
    @JSType() @native()
  9. trait Point extends Object
    Annotations
    @JSType()
  10. trait Rectangle extends Object
    Annotations
    @JSType()
  11. type Settings = Dictionary[Any]
  12. type SettingsFunction = (Settings) => Settings
  13. trait Size extends Object
    Annotations
    @JSType()
  14. trait StandardSettings[SP <: Object, S <: IStyleSetTag] extends Object

    What you get if you use: fields=["styles", "theme"].

    What you get if you use: fields=["styles", "theme"]. This should extend Settings but is more specific. You can extend it to include other items you expect back from getSettings. You must ensure you ask for styles and theme to make this trait valid.

    Annotations
    @JSType() @native()
  15. trait StandardSettingsWithTheme[SP <: Object, S <: IStyleSetTag] extends Object

    StandardSettings but theme is known to be returned and not undefined.

    StandardSettings but theme is known to be returned and not undefined.

    Annotations
    @JSType() @native()
  16. trait customizer_base extends Object
    Annotations
    @JSType() @native()
  17. trait module_base extends Object

    office-ui-fabric-react/lib/Utilities == @uifabric/utilities

    office-ui-fabric-react/lib/Utilities == @uifabric/utilities

    Annotations
    @JSType() @native()

Value Members

  1. val NO_CUSTOMIZATIONS: ICustomizations
  2. val NoScope: UndefOr[String]
  3. object Customizations extends Object

    In js, this is a class with all static methods

    In js, this is a class with all static methods

    Annotations
    @native() @JSImport("@uifabric/utilities/lib/customizations/Customizations", "Customizations")
  4. object Customizer
  5. object EventGroup extends Object
    Annotations
    @native() @JSImport("@uifabric/utilities", "EventGroup")
  6. object module extends Object with module_base with customizer_base
    Annotations
    @native() @JSImport("@uifabric/utilities", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped