Type Alias DucElement

DucElement:
    | DucGenericElement
    | DucTextElement
    | DucLinearElement
    | DucFreeDrawElement
    | DucArrowElement
    | DucImageElement
    | DucFrameElement
    | DucEmbeddableElement
    | DucTableElement
    | DucDocElement
    | DucEllipseElement
    | DucPolygonElement
    | DucModelElement
    | DucPlotElement
    | DucPdfElement

DucElement should be JSON serializable and (eventually) contain no computed data. The list of all DucElements should be shareable between peers and contain no state local to the peer.