Functions
- migrate - Migrate a legacy data payload to the latest shape.
- resolveAllData - Utility function to execute all
resolveDatamethods on a data payload. - transformProps - Transform component props stored in the data payload. Use this for migrations, like prop renames.
- useApp - Read the routing context (config, pages, matched route, navigate) inside an
<App>. - useGetEditor - A hook for accessing the latest EditorApi outside of the React render lifecycle.
- useEditor - A hook for accessing the EditorApi inside your components.
- useRouteParams - Read URL params inside a component rendered for a dynamic
<App>page. - walkTree - Walk the tree recursively, modifying it if necessary.