The OneBlink Form to render
OptionalinitialSubmission: { [name: string]: unknown }The initial submission data to populate the form with
OptionallastElementUpdated: FormElementOptionalsectionState: { id: string; state: "COLLAPSED" | "EXPANDED" }[]
This function is a simple wrapper around the react hook
useState(). The results can be passed to the<OneBlinkForm />component.Example