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

    Function addBorders

    • Add a non-empty list of borders iteratively, wrapping each border around the previous one so that the end result is a nesting of borders with the 1st border being the innermost border and the last the outermost.

      At the rest key you will find version that accepts the borders as arguments.

      Parameters

      • sets: [BorderSet, ...BorderSet[]]

        A non-empty list of border sets that will be nested around the given part.

      Returns EndoOf<Draw.Part>

    Index

    Properties

    Properties

    rest: (...sets: [BorderSet, ...BorderSet[]]) => EndoOf<Draw.Part> = ...