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