OneDrive / samples

Contains samples, scenarios, and guidance for integrating with OneDrive and SharePoint drives, drive items, and files.
MIT License
58 stars 59 forks source link

Types.ts from samples are incomplete #35

Closed jonathon-love closed 1 year ago

jonathon-love commented 1 year ago

IFilePickerOptions from here:

https://github.com/OneDrive/samples/blob/master/samples/file-picking/sdk-pnptimeline/src/types.ts#L1-L28

is missing some entries listed here:

https://learn.microsoft.com/en-us/onedrive/developer/controls/file-pickers/v8-schema

tray for one, and maybe others.

patrick-rodgers commented 1 year ago

The sample isn't meant to be fully inclusive of all schema updates. Do appreciate your feedback on the details of the samples. Thanks!