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

    Interface Aligned

    interface Aligned {
        bottom: Draw.VStrut;
        hAlign: "left" | "right" | "center";
        left: Draw.HStrut;
        right: Draw.HStrut;
        top: Draw.VStrut;
        vAlign: "top" | "bottom" | "middle";
    }

    Hierarchy (View Summary)

    Index

    Properties

    bottom: Draw.VStrut
    hAlign: "left" | "right" | "center"
    left: Draw.HStrut
    right: Draw.HStrut
    vAlign: "top" | "bottom" | "middle"