@microsoft/fast-element > Behavior > unbind
Behavior.unbind() method
Unbinds this behavior from the source.
Signature:unbind(source: unknown): void;
Parameters
Parameter | Type | Description |
---|---|---|
source | unknown | The source to unbind from. |
void
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-element > Behavior > unbind
Unbinds this behavior from the source.
Signature:unbind(source: unknown): void;
Parameter | Type | Description |
---|---|---|
source | unknown | The source to unbind from. |
void