ViewBehaviorTargets type
@microsoft/fast-element > ViewBehaviorTargets
ViewBehaviorTargets type
The target nodes available to a behavior.
Signature:
export declare type ViewBehaviorTargets = {
[id: string]: Node;
};
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-element > ViewBehaviorTargets
The target nodes available to a behavior.
Signature:
export declare type ViewBehaviorTargets = {
[id: string]: Node;
};