Type Alias DucLinearElement

DucLinearElement: _DucLinearElementBase & {
    type: "line";
    wipeoutBelow: boolean;
}

Type declaration

  • type: "line"
  • wipeoutBelow: boolean

    If true, the element's shape will wipe out the content below the element

    false