Type alias TGuidesConfiguration

TGuidesConfiguration: {
    enable: boolean;
    gap: number;
    type: "line" | "grid" | "point";
}

Type declaration

  • enable: boolean
  • gap: number
  • type: "line" | "grid" | "point"

    Remarks

    only usable in the case of offscreen

Generated using TypeDoc