Property Definition
@Serializable
Definition of a property in a Wrap ABI.
Constructors
Link copied to clipboard
constructor(type: String, kind: Int, name: String? = null, required: Boolean? = false, comment: String? = null, array: ArrayDefinition? = null, scalar: ScalarDefinition? = null, map: MapDefinition? = null, _object: GenericDefinition? = null, enum: GenericDefinition? = null, unresolvedObjectOrEnum: GenericDefinition? = null)
Properties
Link copied to clipboard
Reference to an object property, if it is an object type.
Link copied to clipboard
Definition of an array property, if it is an array type.
Link copied to clipboard
Reference to an enum property, if it is an enum type.
Link copied to clipboard
Definition of a map property, if it is a map type.
Link copied to clipboard
Definition of a scalar property, if it is a scalar type.
Link copied to clipboard
Reference to an unresolved object or enum property.