Type Alias ElementConstructorOpts

ElementConstructorOpts: MarkOptional<
    Omit<DucGenericElement, "id" | "type" | "isDeleted" | "updated">,

        | "width"
        | "height"
        | "angle"
        | "groupIds"
        | "blockIds"
        | "instanceId"
        | "frameId"
        | "index"
        | "boundElements"
        | "seed"
        | "version"
        | "versionNonce"
        | "link"
        | "background"
        | "stroke"
        | "roundness"
        | "locked"
        | "opacity"
        | "customData"
        | "isVisible"
        | "description"
        | "scope"
        | "blending"
        | "isPlot"
        | "regionIds"
        | "layerId",
>