effect-tree - v1.0.36
    Preparing search index...

    Interface GlyphGroup

    A glyph group has a TeeSet, a LineSet, an ElbowSet, and a cross in some specific style.

    interface GlyphGroup {
        cross: string;
        elbows: ElbowSet;
        lines: LineSet;
        tees: TeeSet;
    }
    Index

    Properties

    Properties

    cross: string
    elbows: ElbowSet
    lines: LineSet
    tees: TeeSet