VerticalLineFormatOptions: {
    defaultFormatter: VerticalLineLabelFormatter;
    length: number;
    shape: entities.Shape;
    vertexIndex: number;
}

Type declaration

  • defaultFormatter: VerticalLineLabelFormatter

    The default formatter used as fallback.

  • length: number

    The length of the line, in CRS units.

  • shape: entities.Shape

    The shape the lable belongs to.

  • vertexIndex: number

    The index of the vertex that this line is connected to.