DefinitelyTyped / DefinitelyTyped/DefinitelyTyped
[powerapps-component-framework] context.utils.lookupObjects returns LookupValue[]
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 51.4k
- Forks
- 30.4k
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 108
Description
[powerapps-component-framework]
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ee41c7775cbef5adac923ce7721e7008a4a6338f/types/powerapps-component-framework/componentframework.d.ts#L419
in my case returns Promise<LookupValue[]>
the same for:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/78d88f46b3552c35bfb02411a24abd410ca4d419/types/powerapps-component-framework/componentframework.d.ts#L432
returns Promise<LookupValue>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open types/powerapps-component-framework/componentframework.d.ts at the referenced lines 419 and 432 and compare both declarations with the reported runtime return types. Update the lookupObjects-related types so they match the observed Promise return values, then run the repository's type-definition validation to confirm the declarations remain valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100