Interface PartialShapeConstructor#
interface PartialShapeConstructor {
new PartialShapeConstructor(shape): PartialShape;
}
This interface contains constructor of the PartialShape class.
Defined in: addon.ts:640
Constructors#
constructor
new PartialShapeConstructor(shape): PartialShape
It constructs
PartialShapewith a specified string. Skip defining theshapeparameter to create an empty shape.Parameters:
Optional:shape: string
A string representation of the shape.
Returns: PartialShape
Defined in addon.ts:646