@microsoft/fast-element > ViewBehaviorOrchestrator
ViewBehaviorOrchestrator variable
Bridges between ViewBehaviors and HostBehaviors, enabling a host to control ViewBehaviors.
Signature:
ViewBehaviorOrchestrator: Readonly<{
create<TSource = any, TParent = any>(source: TSource): ViewBehaviorOrchestrator<TSource, TParent>;
}>