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