ViewController interface
@microsoft/fast-element > ViewController
ViewController interface
Controls the lifecycle of a view and provides relevant context.
Signature:
export interface ViewController<TSource = any, TParent = any> extends ExpressionController<TSource, TParent>
Extends: ExpressionController<TSource, TParent>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| The parts of the view that are targeted by view behaviors. |