mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 16:00:38 +02:00
feat: remove ExcalidrawEmbeddableElement.validated
flag (#7539)
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
ExcalidrawMagicFrameElement,
|
||||
ExcalidrawFrameLikeElement,
|
||||
ExcalidrawElementType,
|
||||
ExcalidrawIframeLikeElement,
|
||||
} from "./element/types";
|
||||
import { Action } from "./actions/types";
|
||||
import { Point as RoughPoint } from "roughjs/bin/geometry";
|
||||
@@ -746,4 +747,9 @@ export type Primitive =
|
||||
|
||||
export type JSONValue = string | number | boolean | null | object;
|
||||
|
||||
export type EmbedsValidationStatus = Map<
|
||||
ExcalidrawIframeLikeElement["id"],
|
||||
boolean
|
||||
>;
|
||||
|
||||
export type ElementsPendingErasure = Set<ExcalidrawElement["id"]>;
|
||||
|
Reference in New Issue
Block a user