Skip to main content
Version: 2.x

ViewBehaviorTargets type

@microsoft/fast-element > ViewBehaviorTargets

ViewBehaviorTargets type

The target nodes available to a behavior.

Signature:

export declare type ViewBehaviorTargets = {
[id: string]: Node;
};