Skip to content

Interface: IAutoBoundsData

Hierarchy

Table of contents

Properties

Properties

top

Optional top: number

Inherited from

IAutoBoxData.top

Defined in

leafer/packages/interface/src/math/IMath.ts:133


Optional right: number

Inherited from

IAutoBoxData.right

Defined in

leafer/packages/interface/src/math/IMath.ts:134


bottom

Optional bottom: number

Inherited from

IAutoBoxData.bottom

Defined in

leafer/packages/interface/src/math/IMath.ts:135


left

Optional left: number

Inherited from

IAutoBoxData.left

Defined in

leafer/packages/interface/src/math/IMath.ts:136


width

Optional width: number

Defined in

leafer/packages/interface/src/math/IMath.ts:141


height

Optional height: number

Defined in

leafer/packages/interface/src/math/IMath.ts:142

Released under the MIT License.