DashboardTableSideBorderOptions

data class DashboardTableSideBorderOptions(val bottom: DashboardTableBorderOptions? = null, val innerHorizontal: DashboardTableBorderOptions? = null, val innerVertical: DashboardTableBorderOptions? = null, val left: DashboardTableBorderOptions? = null, val right: DashboardTableBorderOptions? = null, val top: DashboardTableBorderOptions? = null)

Constructors

Link copied to clipboard
constructor(bottom: DashboardTableBorderOptions? = null, innerHorizontal: DashboardTableBorderOptions? = null, innerVertical: DashboardTableBorderOptions? = null, left: DashboardTableBorderOptions? = null, right: DashboardTableBorderOptions? = null, top: DashboardTableBorderOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table border options of the bottom border.

Link copied to clipboard

The table border options of the inner horizontal border.

Link copied to clipboard

The table border options of the inner vertical border.

Link copied to clipboard

The table border options of the left border.

Link copied to clipboard

The table border options of the right border.

Link copied to clipboard

The table border options of the top border.