ArrayType

besom.codegen.metaschema.ArrayType

A reference to an array type. The "type" property must be set to "array" and the "items" property must be present. No other properties may be present.

Value parameters

items

"The element type of the array"

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def plain: Boolean

Attributes

Returns

Indicates that when used as an input, this type does not accept eventual values.

Inherited from:
TypeReference

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product