mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Add a subtype?: string
property to ExcalidrawElement
.
This commit is contained in:
parent
56c21529db
commit
3dd446dc15
1 changed files with 1 additions and 0 deletions
|
@ -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>;
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue