GetCellPlainArgs

data class GetCellPlainArgs(val cellName: String) : ConvertibleToJava<GetCellPlainArgs>

Constructors

Link copied to clipboard
constructor(cellName: String)

Properties

Link copied to clipboard

The name of the cell to create.

Functions

Link copied to clipboard
open override fun toJava(): GetCellPlainArgs