FileUploadCardInput

Represents a file upload card. It can optionally receive a filename and fileId to set a default file. If not received, the user must provide the file when the Q App runs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag indicating if the user can override the default file for the upload card.

Link copied to clipboard

The identifier of a pre-uploaded file associated with the card.

Link copied to clipboard

The default filename to use for the file upload card.

Link copied to clipboard
val id: String

The unique identifier of the file upload card.

Link copied to clipboard

The title or label of the file upload card.

Link copied to clipboard

The type of the card.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String