sdk.createshapeinput
Home > @kittl/sdk > CreateShapeInput
CreateShapeInput type
Input parameters for creating a new shape.
Signature:
export type CreateShapeInput = CreateElementWithPositionAndSize & ConfigurableFields & {
shapeType: BasicShapeType;
};
References: CreateElementWithPositionAndSize, BasicShapeType