// will get basic copy property: "Rank, UserID, Name, Score, Region, EventoryKey" copyLeaderboardDataToClipboard(data)
// It can extra more column from data to Clipboard // will get extra copy property: "Rank, UserID, Name, Score, Region, EventoryKey, Lang, Age" copyLeaderboardDataToClipboard(data, [ { name:'Lang', filterFuntion:item=>item.lang?.primary, }, { name:'Age', filterFuntion:item=>item.age, }, ])
Copy Leaderboard Data in browser.
example:
Try it on Playground: https://17media.github.io/vmo-lib/output/index.html?page=2