Skip to content

Interface: ILeafPaintPatternData

Table of contents

Properties

Properties

scaleX

Optional scaleX: number

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:35


scaleY

Optional scaleY: number

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:36


gap

Optional gap: IPointData

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:37


transform

Optional transform: IMatrixData

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:38


mode

Optional mode: IImagePaintMode

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:39


repeat

Optional repeat: "repeat" | "repeat-x" | "repeat-y"

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:40


interlace

Optional interlace: IInterlace

Defined in

src/ui/packages/interface/src/type/IComputedType.ts:41

Released under the MIT License.