gatsby-plugin-typegen icon indicating copy to clipboard operation
gatsby-plugin-typegen copied to clipboard

Feature: Emit utility types for Gatsby

Open cometkim opened this issue 5 years ago • 1 comments

  • [ ] PageProps: #74
  • [ ] ~~PluginOptionsSchema: #121~~
  • [ ] gatsby-node: #110

cometkim avatar Mar 03 '20 19:03 cometkim

Gatsby provides a utility type PageProps contains Data and Context type parameters describe what injected into the page component.

Data can be the generated type from page queries, and Context is a subtype of the SitePageContext type.

The plugin knows what is the type for each page component and can automatically generate props type definitions.

#74

cometkim avatar Oct 22 '20 21:10 cometkim