{
  "version": 3,
  "sources": ["../../src/types/leader-entity.ts"],
  "sourcesContent": ["// LEADER entity type\n\nimport type { BaseEntity } from './base-entity'\nimport type { Point3D } from './common'\n\nexport interface LeaderEntity extends BaseEntity {\n  type: 'LEADER'\n\n  /** Leader vertices, in drawing coordinates. */\n  vertices: Point3D[]\n\n  /** Dimension style name. */\n  dimensionStyleName?: string\n\n  /** Arrowhead flag: 0 = Disabled; 1 = Enabled. */\n  arrowheadFlag?: number\n\n  /** Leader path type: 0 = Straight line segments; 1 = Spline. */\n  pathType?: number\n\n  /** Leader creation flag: 0 = text; 1 = tolerance; 2 = insert; 3 = none. */\n  creationFlag?: number\n\n  hooklineDirectionFlag?: number\n  hooklineFlag?: number\n\n  textHeight?: number\n  textWidth?: number\n\n  /** Color to use if leader's DIMCLR D = BYBLOCK. */\n  color?: number\n\n  /** Hard reference to associated annotation entity. */\n  annotationHandle?: string\n\n  normal?: Point3D\n  horizontalDirection?: Point3D\n  blockOffset?: Point3D\n  annotationOffset?: Point3D\n}\n"],
  "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
  "names": []
}
