feat: Add a `subtype?: string` property to `ExcalidrawElement`.

feat-add-element-subtype
Daniel J. Geiger 2 years ago
parent 56c21529db
commit 3dd446dc15

@ -65,6 +65,7 @@ type _ExcalidrawElementBase = Readonly<{
updated: number;
link: string | null;
locked: boolean;
subtype?: string;
customData?: Record<string, any>;
}>;

Loading…
Cancel
Save