@microsoft/fast-element > Behavior
Behavior interface
Represents and object that can contribute behavior to a view or element's bind/unbind operations.
Signature:export interface Behavior
Methods
Method | Description |
---|---|
bind(source, context) | Bind this behavior to the source. |
unbind(source) | Unbinds this behavior from the source. |