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 a glyph of the role given in indentRole.

      Parameters

      • prefixRole:
            | "tee"
            | "rightTee"
            | "elbow"
            | "hLine"
            | "vLine"
            | "indent"
            | "space"
            | "rootBullet"
            | "branchBullet"
            | "leafBullet"

        The GlyphRole that will prefix the indent.

      • indentRole:
            | "tee"
            | "rightTee"
            | "elbow"
            | "hLine"
            | "vLine"
            | "indent"
            | "space"
            | "rootBullet"
            | "branchBullet"
            | "leafBullet"

        The GlyphRole that will be used to fill the indent space.

      Returns Draw.Themed<string>

      The joined string.