Skip to main content

Pages

Create page

The CreatePage component is the main wrapper for all content on the create site. It is the root component for all other components.

Loading...

Props

PropDescription

children

Renders content of the component.

Required

pageName

string

Page name

key

undefined | Key | null

The key of the field. If the key is not specified, the key is generated from the field name.

Edit page

The EditPage component is the main wrapper for all content on the edit site. It is the root component for all other components.

Loading...

Props

PropDescription

children

Renders content of the component.

Required

pageName

string

Page name

key

undefined | Key | null

The key of the field. If the key is not specified, the key is generated from the field name.

MultiEdit page

The MultiEditPage component is the main wrapper for all content on the edit site. It is the root component for all other components.

Loading...

Props

PropDescription

children

Renders content of the component.

Required

pageName

string

Page name

key

undefined | Key | null

The key of the field. If the key is not specified, the key is generated from the field name.