effect-tree
    Preparing search index...

    Interface BorderSet

    A line set and corner set that can form a box border.

    interface BorderSet {
        elbows: ElbowSet;
        lines: LineSet;
    }
    Index

    Properties

    Properties

    elbows: ElbowSet
    lines: LineSet