mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Implement sorting
This commit is contained in:
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -1099,7 +1099,7 @@ declare global {
|
||||
highlightedIndex?: number;
|
||||
|
||||
onHighlight: (index: number) => void;
|
||||
onSelect: (index: number) => void;
|
||||
onClick: (index: number) => void;
|
||||
|
||||
getCell(row: number, column: number): string;
|
||||
setCell(row: number, column: number, value: string): void;
|
||||
|
||||
Reference in New Issue
Block a user