package utilities
- Alphabetic
- By Inheritance
- utilities
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait AddEventListenerOptions extends Object
- Annotations
- @JSType()
- class Async extends Object
- Annotations
- @JSType() @native() @JSImport("@uifabric/utilities", "Async")
- trait Cancelable[T] extends Object
- Annotations
- @JSType() @native()
- trait CancelableAndCallable[T] extends Object with Cancelable[T]
- Annotations
- @JSType() @native()
- trait CustomizerContext extends Object
- Annotations
- @JSType() @native()
- trait DebounceOptions extends Object
- Annotations
- @JSType()
- class EventGroup extends Object
- Annotations
- @JSType() @native() @JSImport("@uifabric/utilities", "EventGroup")
- trait ICustomizations extends Object
- Annotations
- @JSType() @native()
- trait Point extends Object
- Annotations
- @JSType()
- trait Rectangle extends Object
- Annotations
- @JSType()
- type Settings = Dictionary[Any]
- type SettingsFunction = (Settings) => Settings
- trait Size extends Object
- Annotations
- @JSType()
- 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 extendSettingsbut is more specific. You can extend it to include other items you expect back fromgetSettings. You must ensure you ask for styles and theme to make this trait valid.- Annotations
- @JSType() @native()
- 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()
- trait customizer_base extends Object
- Annotations
- @JSType() @native()
- 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
- val NO_CUSTOMIZATIONS: ICustomizations
- val NoScope: UndefOr[String]
- 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")
- object Customizer
- object EventGroup extends Object
- Annotations
- @native() @JSImport("@uifabric/utilities", "EventGroup")
- object module extends Object with module_base with customizer_base
- Annotations
- @native() @JSImport("@uifabric/utilities", JSImport.Namespace)