@microsoft/fast-element/di.js > InterfaceConfiguration
InterfaceConfiguration interface
Used to configure a dependency injection interface key.
Signature:
export interface InterfaceConfiguration
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) The friendly name for the interface. Useful for debugging. | ||
|
boolean |
(Optional) When true, the dependency will be re-resolved when FASTElement connection changes. If the resolved value changes due to connection change, an observable notification will be emitted for the property, with the previous and next values provided to any subscriber. |