Docs
Data
Managing Editor State

Data

The Data object stores the puck state.

  • root (object):
    • title (string): Title of the content, typically used for the page title
    • [prop] (string): User defined data from root fields
  • content (object[]):
    • type (string): Component name
    • props (object):
      • [prop] (string): User defined data from component fields