Module shape

Source
Expand description

All shape types and structs

Enums§

PrimitiveShape
Primitive types that can be found in a shape
PrimitiveShapeType
Arrays may contain either a primitive or an object whose values are primitives
ShapeType
Shape types that can be found in a shapes object. Either a primitive, an array containing any type, or a nested shape. If the type is an array, all elements must be the same type

Type Aliases§

Shape
The Shape Object
ShapePrimitive
The Primitive Shape Object