Interface BoxStyleHorizontalEdge

Describes the elements of horizontal edges of boxes.

interface BoxStyleHorizontalEdge {
    corner?: string;
    left?: string;
    middle?: string;
    right?: string;
}

Properties

corner?: string

The corners of the box edge.

left?: string

The left corner of the box edge.

middle?: string

The middle of the box edge.

right?: string

The right corner of the box edge.