Object Definition
@Serializable
Represents an object definition in a Wrap ABI.
Constructors
Link copied to clipboard
constructor(type: String, kind: Int, name: String? = null, required: Boolean? = false, comment: String? = null, properties: List<PropertyDefinition>? = null, interfaces: List<GenericDefinition>? = null)
Properties
Link copied to clipboard
List of interfaces that define the interfaces implemented by the object.
Link copied to clipboard
List of PropertyDefinitions that define the properties of the object.