effect-tree
    Preparing search index...

    Function indentGlyph

    • Given a GlyphRole as a prefix, and another one for indents, returns a string that starts with the glyph from the prefix role, and fills the size of the Theme indents field with the given glyph role.

      Parameters

      Returns (
          prefixRole:
              | "space"
              | "elbow"
              | "hLine"
              | "indent"
              | "rightTee"
              | "tee"
              | "vLine"
              | "rootBullet"
              | "branchBullet"
              | "leafBullet",
          indentRole:
              | "space"
              | "elbow"
              | "hLine"
              | "indent"
              | "rightTee"
              | "tee"
              | "vLine"
              | "rootBullet"
              | "branchBullet"
              | "leafBullet",
      ) => string