Skip to main content

sdk.updateshapeinput

Home > @kittl/sdk > UpdateShapeInput

UpdateShapeInput type

Input parameters for updating an existing shape. Shape type cannot be changed.

Signature:

export type UpdateShapeInput = Partial<CreateElementWithPositionAndSize> & ConfigurableFields & {
id: BasicShapeSerializedObject['id'];
};

References: CreateElementWithPositionAndSize