Skip to main content

Custom Form

Last updated 25/07/2023

CustomFormProps Interface

The Custom Form is intended as an empty canvas and as such has minimal properties. The props passed into the Custom Form can be seen below.


CustomFormProps Interface
Figure 1 - CustomFormProps interface

five


The Five object.


theme


The Material UI theme being used by the application. This can be placed into a ThemeProvider to ensure your plugin matches the rest of your application.

info
You can find out more on the theme in the Material UI Docs.

componentStorage


Allows for the persistence of the plugin state. This can be useful during re-renders when the state can be lost.