struct

Lipgloss::Border

Inherits Struct < Value < Object

Border contains a series of values which comprise the various parts of a border

Constructors

new(top : String = "", bottom : String = "", left : String = "", right : String = "", top_left : String = "", top_right : String = "", bottom_left : String = "", bottom_right : String = "", middle_left : String = "", middle_right : String = "", middle : String = "", middle_top : String = "", middle_bottom : String = "")

Class methods

ascii
block
double
hidden
inner_half_block
markdown
normal
outer_half_block
rounded
thick

Instance methods

bottom
bottom=(bottom : String)
bottom_left
bottom_left=(bottom_left : String)
bottom_right
bottom_right=(bottom_right : String)
bottom_size
get_bottom_size

Go parity wrapper for Border.GetBottomSize. ameba:disable Naming/AccessorMethodName

get_left_size

Go parity wrapper for Border.GetLeftSize. ameba:disable Naming/AccessorMethodName

get_right_size

Go parity wrapper for Border.GetRightSize. ameba:disable Naming/AccessorMethodName

get_top_size

Go parity wrapper for Border.GetTopSize. ameba:disable Naming/AccessorMethodName

left
left=(left : String)
left_size
middle
middle=(middle : String)
middle_bottom
middle_bottom=(middle_bottom : String)
middle_left
middle_left=(middle_left : String)
middle_right
middle_right=(middle_right : String)
middle_top
middle_top=(middle_top : String)
right
right=(right : String)
right_size
top
top=(top : String)
top_left
top_left=(top_left : String)
top_right
top_right=(top_right : String)
top_size