Interface BoxStyleTitleBorder

Describes the borders of box titles.

interface BoxStyleTitleBorder {
    left?: string;
    right?: string;
}

Properties

Properties

left?: string

The left side of the title.

right?: string

The right side of the title.