mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Multiple sortBy (#35195)
https://isotope.metafizzy.co/sorting.html#multiple-sortby
This commit is contained in:
parent
edbddd61ad
commit
56b0ba7c44
2
types/isotope-layout/index.d.ts
vendored
2
types/isotope-layout/index.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user