Variable DEFAULT_ELEMENT_PROPSConst

DEFAULT_ELEMENT_PROPS: {
    angle: DucElement["angle"];
    background: ElementBackground;
    boundElements: DucElement["boundElements"];
    description: DucElement["description"];
    frameId: DucElement["frameId"];
    groupIds: DucElement["groupIds"];
    height: DucElement["height"];
    index: DucElement["index"];
    isPlot: DucElement["isPlot"];
    isVisible: DucElement["isVisible"];
    link: DucElement["link"];
    locked: DucElement["locked"];
    opacity: DucElement["opacity"];
    roundness: DucElement["roundness"];
    scope: DucElement["scope"];
    stroke: ElementStroke;
    width: DucElement["width"];
} = ...

Type declaration