FileHandler

@Serializable
data class FileHandler(val action: String, val accepts: List<FileHandlerAccept>, val displayName: String)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(action: String, accepts: List<FileHandlerAccept>, displayName: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)