Type Alias RendererObjectLine
RendererObjectLine: Record<string, { symbol: { color?: number[]; style: | "solid" | "dash" | "dot" | "dash-dot" | "long-dash" | "long-dash-dot" | "short-dash" | "dash-dot" | "short-dash-dot" | LineStyle; type: "simple-line"; width: number; }; value: string; }> Type declaration
symbol: {
color?: number[];
style:
| "solid"
| "dash"
| "dot"
| "dash-dot"
| "long-dash"
| "long-dash-dot"
| "short-dash"
| "dash-dot"
| "short-dash-dot"
| LineStyle;
type: "simple-line";
width: number;
}
Optionalcolor?: number[]
style:
| "solid"
| "dash"
| "dot"
| "dash-dot"
| "long-dash"
| "long-dash-dot"
| "short-dash"
| "dash-dot"
| "short-dash-dot"
| LineStyle
type: "simple-line"
width: number
value: string
Renderer definition for line entities. Each record key corresponds to a DXF layer or classification.