Skip to content

ContainerProps

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

Configuration for the Container class.

[key: string]: any

alpha: number

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

VisibilityProps.alpha


autoResize: boolean

Defined in: display/Container.ts:15

ContainerConfig.autoResize


autoUpdate: boolean

Defined in: display/Container.ts:16

ContainerConfig.autoUpdate


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

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

LayoutProps.layout


pivot: PointLike

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

PivotProps.pivot


position: PointLike

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

PositionProps.position


priority: SignalOrder

Defined in: display/Container.ts:17

ContainerConfig.priority


scale: PointLike

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

ScaleProps.scale


scaleX: number

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

ScaleProps.scaleX


scaleY: number

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

ScaleProps.scaleY


visible: boolean

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

VisibilityProps.visible


x: number

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

PositionProps.x


y: number

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

PositionProps.y