SyntaxFix
Write A Post
Hire A Developer
Questions
Per Mozilla's Map documentation, you can initialize as follows:
private _gridOptions:Map<string, Array<string>> = new Map([ ["1", ["test"]], ["2", ["test2"]] ]);