FileField
Field for attaching or referencing files.
Pairs the generic Field contract with FileComponent to enable users to upload, attach, or link external documents (PDFs, spreadsheets, etc.). Implementations may support previews, size/type restrictions, and multiple storage backends. File upload is to be handled by the host application using onUpload callback in Form.
Properties
Link copied to clipboard
Collection of formulas applied to this field. Order may determine execution precedence.
Link copied to clipboard
Unique key that identifies this field within a document. Must be stable across updates.
Link copied to clipboard
Whether the field starts hidden before any logic evaluation occurs.
Link copied to clipboard
Optional FieldLogic describing visibility logic for the field