Skip to main content
👀 Interested in the latest enterprise backend features of refine? 👉 Join now and get early access!
Version: 4.xx.xx

Meta Properties Example

In this example, we will show you how to use the meta property to pass additional parameters to the data provider methods. It contains the following features:

  • Setting global meta properties
  • Passing meta properties with hook
  • Overriding global meta properties with hook

Refer to the meta section of the General Concepts documentation for more information →

Run on your local
npm create refine-app@latest -- --example with-meta-properties