Skip to content

ContainerProps

Defined in: mixins/factory/props.ts:162

Configuration for the Container class.

[key: string]: any

alpha: number

Defined in: mixins/factory/props.ts:42

VisibilityProps.alpha


autoResize: boolean

Defined in: display/Container.ts:14

ContainerConfig.autoResize


autoUpdate: boolean

Defined in: display/Container.ts:15

ContainerConfig.autoUpdate


optional layout: null | boolean | Omit<LayoutOptions, "target">

Defined in: mixins/factory/props.ts:47

LayoutProps.layout


pivot: PointLike

Defined in: mixins/factory/props.ts:38

PivotProps.pivot


position: PointLike

Defined in: mixins/factory/props.ts:28

PositionProps.position


priority: SignalOrder

Defined in: display/Container.ts:16

ContainerConfig.priority


scale: PointLike

Defined in: mixins/factory/props.ts:34

ScaleProps.scale


scaleX: number

Defined in: mixins/factory/props.ts:32

ScaleProps.scaleX


scaleY: number

Defined in: mixins/factory/props.ts:33

ScaleProps.scaleY


visible: boolean

Defined in: mixins/factory/props.ts:43

VisibilityProps.visible


x: number

Defined in: mixins/factory/props.ts:26

PositionProps.x


y: number

Defined in: mixins/factory/props.ts:27

PositionProps.y