ContentEdge

sealed interface ContentEdge

Known direct subclasses
ContentEdge.Horizontal
ContentEdge.Vertical

Represents vertical edges (start or end).


An enum that represents the edges of a view where an orbiter can be placed.

Summary

Nested types

Represents vertical edges (start or end).

Public companion properties

ContentEdge.Horizontal

The bottom edge.

ContentEdge.Vertical

The end edge.

ContentEdge.Vertical

The start edge.

ContentEdge.Horizontal

The top edge.

Public companion properties

Bottom

Added in 1.0.0-alpha05
val BottomContentEdge.Horizontal

The bottom edge.

End

Added in 1.0.0-alpha05
val EndContentEdge.Vertical

The end edge.

Start

Added in 1.0.0-alpha05
val StartContentEdge.Vertical

The start edge.

Top

Added in 1.0.0-alpha05
val TopContentEdge.Horizontal

The top edge.