Eulergraph
    Preparing search index...

    Type Alias GraphicElementJSON

    GraphicElementJSON: Pick<
        GraphicElement,
        | "id"
        | "name"
        | "zIndex"
        | "drawingScale"
        | "customAttrs"
        | "userData"
        | "isVisible"
        | "isBlocked"
        | "libName"
        | "isCell",
    > & { _parent: GraphicElement["id"]; className: string }