figureone
    Preparing search index...

    Type Alias TypeF1DefLineBounds

    Recorder state definition of a LineBounds that represents the precision, first point, second point and number of ends.

    {
    f1Type: 'lineBounds',
    state: [
    number,
    [number, number, number],
    [number, number, number],
    2 | 1 | 0,
    }