ComposableType

Represents the structure of a composable item by defining the different frames it can contain.

Each property corresponds to a specific area within the composable item:

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val iconFrame: ComposableFrame?

The ComposableFrame for the icon area.

Link copied to clipboard
abstract val leftFrame: ComposableFrame?

The ComposableFrame for the left area.

Link copied to clipboard

The ComposableFrame for the title area.

Link copied to clipboard

The ComposableFrame for the widget area.