effect-tree
    Preparing search index...

    Function replaceBorderLine

    Replace the border line at a direction in the given set.

    The border set to change.

    Line direction to change.

    New glyph.

    Updated border set.

    Index

    Properties

    Properties

    named: (
        direction: "left" | "right" | "top" | "bottom",
        from:
            | "ascii"
            | "double"
            | "halfSolid"
            | "halfSolidNear"
            | "halfSolidFar"
            | "hDouble"
            | "hThick"
            | "solid"
            | "space"
            | "thick"
            | "thin"
            | "vDouble"
            | "vThick"
            | "dashed"
            | "dashedWide"
            | "dotted"
            | "near"
            | "thickDashed"
            | "thickDashedWide"
            | "thickDotted",
    ) => EndoOf<BorderSet>