effect-tree
    Preparing search index...

    Type Alias Row

    Row: { unfixed: Draw.PartF.RowF<Draw.Part> } & Fix<PartFTypeLambda>

    A rectangular row of parts that is horizontally and vertically aligned and possibly has horizontal and vertical struts to fill in empty space on alignment. The non-recursive version is RowF.

    The expanded type:

    {
    unfixed: {
    cells: A[]
    hAlign: HorizontalAlignment
    vAlign: HorizontalAlignment
    top: VStrut
    right: HStrut
    bottom: VStrut
    left: HStrut
    }
    }