ObjectVariable

data class ObjectVariable(name: String) : Variable

A variable that binds an object.

Constructors

ObjectVariable
Link copied to clipboard
fun ObjectVariable(name: String)

Functions

toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

name
Link copied to clipboard
open override val name: String
nameCategory
Link copied to clipboard
open override val nameCategory: String