Dsl

class Dsl

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:JvmName(name = "getHeight")
@set:JvmName(name = "setHeight")
var height: Int

uint32 height = 3;

Link copied to clipboard
@get:JvmName(name = "getType")
@set:JvmName(name = "setType")
var type: String

string type = 4;

Link copied to clipboard
@get:JvmName(name = "getUri")
@set:JvmName(name = "setUri")
var uri: String

string uri = 1;

Link copied to clipboard
@get:JvmName(name = "getWidth")
@set:JvmName(name = "setWidth")
var width: Int

uint32 width = 2;

Functions

Link copied to clipboard

uint32 height = 3;

Link copied to clipboard
fun clearType()

string type = 4;

Link copied to clipboard
fun clearUri()

string uri = 1;

Link copied to clipboard

uint32 width = 2;