Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing exports #77

Closed
geeksville opened this issue Feb 22, 2023 · 1 comment
Closed

Missing exports #77

geeksville opened this issue Feb 22, 2023 · 1 comment

Comments

@geeksville
Copy link

Hi ya'll,

A question about 'supported' exports from the DFL:

Is there a way to get the steam ID # for the current user? Or a way to get the AppOverview for a given appId? Currently I had to add the following defs to my project:

// FIXME - find a better source for these defs?, I'm hand specifying here
// based on looking at ProtonDB plugin
declare let App: any // used for m_currentUser

declare namespace appStore {
  function GetAppOverviewByGameID(appId: number): AppOverview
}

But I'd like to remove these. Do you want me to send in a PR to export these? I haven't written JS/TS code in a long time so I might just be doing something dumb and you are already exporting them?

@doZennn
Copy link
Contributor

doZennn commented Mar 8, 2023

I typed some of those a while back: https://github.com/SteamDeckHomebrew/decky-frontend-lib/blob/main/src/deck-components/index.ts#L41

@PartyWumpus PartyWumpus closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants