Overview
This is the reference documentation for Vals APIs. It is divided according which files you are using it.
There's 3 different APIs you use in the Val module files:
Schema types are used to define the schema of your content. The
sthat is exported fromval.configrepresents schema types.The Content builders are used to define Val native content such as images, files and the Val module files themselves. The
cthat is exported fromval.configrepresents content builders.Type manipulators that you can use to manipulate types. The
tthat is exported fromval.configrepresents type manipulators.
Throughout the rest of your application the following APIs may be used:
Fetchers and hooks which is used to access the content so it can be presented in React Components
Val native React components that helps you render Val native content such as richtext or images
The val helper where various Val related helpers functions can be accessed