Skip to content

feat(tree): added description for getValue and getViewValue, also added compareValues and compareViewValues (#UIM-174) #308

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

lskramarov
Copy link
Contributor

No description provided.

…ed compareValues and compareViewValues (#UIM-174)
@pimenovoleg pimenovoleg merged commit 42d27b4 into master Oct 18, 2019
public getViewValue: (dataNode) => string,
/** compareValues will be used to comparing values. */
public compareValues: (firstValue, secondValue) => boolean = defaultCompareValues,
/** compareValues will be used to comparing values. */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Копипаст во втором комментарии, тут должно быть про compareViewValues.
И непонятна разница между ними... Думаю стоит дописать, для чего нужно сравнение значений.

@lskramarov lskramarov deleted the feature/UIM-174 branch October 18, 2019 07:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants