mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-19 00:07:07 +02:00
feat: Add a subtype?: string
property to ExcalidrawElement
.
This commit is contained in:
@@ -65,6 +65,7 @@ type _ExcalidrawElementBase = Readonly<{
|
|||||||
updated: number;
|
updated: number;
|
||||||
link: string | null;
|
link: string | null;
|
||||||
locked: boolean;
|
locked: boolean;
|
||||||
|
subtype?: string;
|
||||||
customData?: Record<string, any>;
|
customData?: Record<string, any>;
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user