View Source Phoenix.LiveView.UploadEntry (Phoenix LiveView v0.20.1)
The struct representing an upload entry.
Summary
Types
@type t() :: %Phoenix.LiveView.UploadEntry{ cancelled?: boolean(), client_last_modified: integer() | nil, client_meta: map() | nil, client_name: String.t() | nil, client_relative_path: String.t() | nil, client_size: integer() | nil, client_type: String.t() | nil, done?: boolean(), preflighted?: term(), progress: integer(), ref: String.t() | nil, upload_config: String.t() | :atom, upload_ref: String.t(), uuid: String.t() | nil, valid?: boolean() }