dk.sdu.cloud.app.orchestrator.api.ShellRequest.Resize

UCloud Developer Guide / Orchestration of Resources / Compute / Provider APIs / Shells

ShellRequest.Resize

An event triggered when a user resizes a terminal

data class Resize(
    val cols: Int,
    val rows: Int,
    val type: String /* "resize" */,
)
Properties

Last updated