SetFileInputFilesParameter

@Serializable
data class SetFileInputFilesParameter(val files: List<String>, val nodeId: Int? = null, val backendNodeId: Int? = null, val objectId: String? = null)

Constructors

Link copied to clipboard
constructor(files: List<String>, nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node.

Link copied to clipboard

Array of file paths to set.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node.

Link copied to clipboard
val objectId: String? = null

JavaScript object id of the node wrapper.