Interface PartialShapeConstructor¶
interface PartialShapeConstructor {
new PartialShape(shape): PartialShape;
}
Defined in addon.ts:141
constructor
new PartialShape(shape): PartialShape
Parameters
shape: string
Returns PartialShape
Defined in addon.ts:142