UIParentable

interface UIParentable(source)

A UI element that can be placed within a container or a window.

Inheritors

Properties

Link copied to clipboard
abstract val parent: UIContainer?

The parent UIContainer for this component, if applicable

Link copied to clipboard
abstract val parentWindow: UIWindow?

The parent UIWindow for this component, if applicable