Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 790 Bytes

pages.moduleprops.md

File metadata and controls

19 lines (12 loc) · 790 Bytes

Home > @yext/pages > ModuleProps

ModuleProps interface

The shape of the data passed directly to the module's default export.

Signature:

export interface ModuleProps

Properties

Property Modifiers Type Description
__meta { mode: "development" | "production"; } Additional metadata added by the toolchain