Multiple sortBy (#35195)

https://isotope.metafizzy.co/sorting.html#multiple-sortby
This commit is contained in:
Mihail Ilinov 2019-05-13 19:42:58 +03:00 committed by Nathan Shively-Sanders
parent edbddd61ad
commit 56b0ba7c44

View File

@ -101,7 +101,7 @@ declare namespace Isotope {
/**
* Sorts items according to which property of getSortData. The value of sortBy needs to match a key name in getSortData.
*/
sortBy?: string;
sortBy?: string | string[];
/**
* Staggers item transitions, so items transition incrementally after one another. Set as a CSS time format, '0.03s', or as a number in milliseconds, 30.
*/