Skip to content

UIContainerElement

Defined in: ui/src/types.ts:182

A container element that can hold child UIElements.

readonly children: readonly UIElement[]

Defined in: ui/src/types.ts:183


readonly displayObject: DisplayContainer

Defined in: ui/src/types.ts:173

UIElement.displayObject


visible: boolean

Defined in: ui/src/types.ts:175

UIElement.visible


readonly yogaNode: Node

Defined in: ui/src/types.ts:174

UIElement.yogaNode

addElement(child): void

Defined in: ui/src/types.ts:184

UIElement

void


optional applyLayout(): void

Defined in: ui/src/types.ts:176

void

UIElement.applyLayout


destroy(): void

Defined in: ui/src/types.ts:178

void

UIElement.destroy


insertElementBefore(child, before): void

Defined in: ui/src/types.ts:186

UIElement

UIElement

void


removeElement(child): void

Defined in: ui/src/types.ts:185

UIElement

void


update(props): void

Defined in: ui/src/types.ts:177

Record<string, unknown>

void

UIElement.update