Skip to main content
Version: 2.x

ViewBehavior interface

@microsoft/fast-element > ViewBehavior

ViewBehavior interface

Represents an object that can contribute behavior to a view.

Signature:

export interface ViewBehavior<TSource = any, TParent = any> 

Methods

Method

Description

bind(controller)

Bind this behavior.