Documentation Index
Fetch the complete documentation index at: https://flatfileinc-docs-update-72712e96-062f-4c91-91af-3a75b3db823.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Workbook Component Overview
TheWorkbook component is a key part of the @flatfile/react package,
designed to manage multiple Sheet components as a collection. It represents a
workbook within Flatfile’s import system, allowing for the configuration of
multiple sheets and associated actions.
Main Props
config: Configuration for the workbook, including its sheets and actions.onSubmit: Callback function executed when the workbook is submitted.onRecordHooks: Array of hooks for custom record processing.children: React nodes for nested components, typicallySheetcomponents.