Skip to content

@vttforge/types / SortOptions

Interface: SortOptions<T> ​

Type Parameters ​

T ​

T

Properties ​

siblings? ​

optional siblings?: readonly T[]


sortBefore? ​

optional sortBefore?: boolean


sortKey? ​

optional sortKey?: string


target? ​

optional target?: T | null

MIT licensed.