Skip to content

Class pinnacle.layout.builtin.CornerOpts

Options for the corner generator.

Fields

outer_gaps nullable

outer_gaps?: pinnacle.layout.Gaps

The gaps between the outer container and this layout.

inner_gaps nullable

inner_gaps?: pinnacle.layout.Gaps

The gaps between windows within this layout.

corner_width_factor nullable

corner_width_factor?: number

The proportion of the layout that the width of the corner window takes up.

corner_height_factor nullable

corner_height_factor?: number

The proportion of the layout that the height of the corner window takes up.

corner_loc nullable

corner_loc?: "top_left" | "top_right" | "bottom_left" | "bottom_right"

The location of the corner window.

Last updated: