CompiledViewBehaviorFactory type
@microsoft/fast-element > CompiledViewBehaviorFactory
CompiledViewBehaviorFactory type
Represents a ViewBehaviorFactory after the compilation process has completed.
Signature:
export declare type CompiledViewBehaviorFactory = Required<ViewBehaviorFactory>;
References: ViewBehaviorFactory