Skip to main content

sdk.basicshapetype

Home > @kittl/sdk > BasicShapeType

BasicShapeType variable

Available basic shape types that can be created using the ShapeAPI.

Signature:

BasicShapeType: {
readonly RECTANGLE: "rectangle";
readonly CIRCLE: "ellipse";
readonly STAR: "star";
readonly TRIANGLE: "polygon";
}