@microsoft/fast-element > RepeatBehavior > handleChange
RepeatBehavior.handleChange() method
Handles changes in the array, its items, and the repeat template.
Signature:
handleChange(source: any, args: Splice[] | Sort[] | ExpressionObserver): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
source |
any |
The source of the change. |
|
args |
Splice[] | Sort[] | ExpressionObserver |
The details about what was changed. |
Returns:
void