i want to sort an array, which has objects in it, but the indexes are not numbers but strings. I want to sort it by the property MapTarget.Y ascending.
I tried my best, but I'm confused with my given data structure.
private sortTargetsByYAxis(myTragets: { [id: string]: MapTarget }) {
}