SolidFileUploadConfig class

Configuration for the file upload area.

Constructors

SolidFileUploadConfig({bool showCsvButtons = false, bool showProfileButtons = false, bool showJsonButtons = true, bool showPreviewButtons = true, DataFormatConfig? formatConfig, String uploadButtonText = 'Upload File', String? uploadTooltip})
const

Properties

formatConfig DataFormatConfig?
The data format configuration to display.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCsvButtons bool
Whether to show CSV import/export buttons.
final
showJsonButtons bool
Whether to show JSON operations.
final
showPreviewButtons bool
Whether to show file preview options.
final
showProfileButtons bool
Whether to show Profile import/export buttons.
final
uploadButtonText String
Custom upload button text.
final
uploadTooltip String?
Custom upload tooltip message.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited