Skip to main content

@microsoft/fast-element > Behavior > unbind

Behavior.unbind() method

Unbinds this behavior from the source.

Signature:
unbind(source: unknown): void;

Parameters

ParameterTypeDescription
sourceunknownThe source to unbind from.
Returns:

void