Map Key Definition
@Serializable
Definition of a Map key in a Wrap ABI.
Constructors
Link copied to clipboard
constructor(type: String, kind: Int, name: String? = null, required: Boolean? = false, 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 the object if the key is of object type.
Link copied to clipboard
Definition of the inner array if the key is of array type.
Link copied to clipboard
Reference to the enum if the key is of enum type.
Link copied to clipboard
Definition of the inner map if the key is of map type.
Link copied to clipboard
Definition of the inner scalar if the key is of scalar type.
Link copied to clipboard
Reference to the unresolved object or enum if the key is of an unresolved type.