@microsoft/fast-element > AddViewBehaviorFactory
AddViewBehaviorFactory type
Used to add behavior factories when constructing templates.
Signature:
export type AddViewBehaviorFactory = (factory: ViewBehaviorFactory) => string;
References: ViewBehaviorFactory