effect-tree
    Preparing search index...

    Interface Theme

    Everything required to theme a part.

    interface Theme {
        glyphs: Draw.GlyphRoleMap;
        indents: number;
        spacing: number;
    }
    Index

    Properties

    A map of glyph role to glyphs that will be used to compose the tree.

    indents: number

    The number of times that the theme glyphs for the role indent will be repeated when indenting a part. Higher numbers increase the horizontal space between tree levels.

    spacing: number

    The number of empty lines added between vertical nodes. A higher number increases table vertical spacing between nodes.