Skip to content
导航

Interface: IFrameInputData

Hierarchy

Table of contents

Properties

Properties

id

Optional id: string

Inherited from

IGroupInputData.id

Defined in

leafer/packages/interface/src/display/ILeaf.ts:86


name

Optional name: string

Inherited from

IGroupInputData.name

Defined in

leafer/packages/interface/src/display/ILeaf.ts:87


className

Optional className: string

Inherited from

IGroupInputData.className

Defined in

leafer/packages/interface/src/display/ILeaf.ts:88


blendMode

Optional blendMode: IBlendMode

Inherited from

IGroupInputData.blendMode

Defined in

leafer/packages/interface/src/display/ILeaf.ts:90


opacity

Optional opacity: number

Inherited from

IGroupInputData.opacity

Defined in

leafer/packages/interface/src/display/ILeaf.ts:91


visible

Optional visible: boolean

Inherited from

IGroupInputData.visible

Defined in

leafer/packages/interface/src/display/ILeaf.ts:92


isMask

Optional isMask: boolean

Inherited from

IGroupInputData.isMask

Defined in

leafer/packages/interface/src/display/ILeaf.ts:93


zIndex

Optional zIndex: number

Inherited from

IGroupInputData.zIndex

Defined in

leafer/packages/interface/src/display/ILeaf.ts:94


x

Optional x: number

Inherited from

IGroupInputData.x

Defined in

leafer/packages/interface/src/display/ILeaf.ts:97


y

Optional y: number

Inherited from

IGroupInputData.y

Defined in

leafer/packages/interface/src/display/ILeaf.ts:98


width

Optional width: number

Inherited from

IGroupInputData.width

Defined in

leafer/packages/interface/src/display/ILeaf.ts:99


height

Optional height: number

Inherited from

IGroupInputData.height

Defined in

leafer/packages/interface/src/display/ILeaf.ts:100


scaleX

Optional scaleX: number

Inherited from

IGroupInputData.scaleX

Defined in

leafer/packages/interface/src/display/ILeaf.ts:101


scaleY

Optional scaleY: number

Inherited from

IGroupInputData.scaleY

Defined in

leafer/packages/interface/src/display/ILeaf.ts:102


rotation

Optional rotation: number

Inherited from

IGroupInputData.rotation

Defined in

leafer/packages/interface/src/display/ILeaf.ts:103


skewX

Optional skewX: number

Inherited from

IGroupInputData.skewX

Defined in

leafer/packages/interface/src/display/ILeaf.ts:104


skewY

Optional skewY: number

Inherited from

IGroupInputData.skewY

Defined in

leafer/packages/interface/src/display/ILeaf.ts:105


draggable

Optional draggable: boolean

Inherited from

IGroupInputData.draggable

Defined in

leafer/packages/interface/src/display/ILeaf.ts:107


hittable

Optional hittable: boolean

Inherited from

IGroupInputData.hittable

Defined in

leafer/packages/interface/src/display/ILeaf.ts:109


hitType

Optional hitType: IHitType

Inherited from

IGroupInputData.hitType

Defined in

leafer/packages/interface/src/display/ILeaf.ts:110


hitChildren

Optional hitChildren: boolean

Inherited from

IGroupInputData.hitChildren

Defined in

leafer/packages/interface/src/display/ILeaf.ts:111


fill

Optional fill: string | IPaint | IPaint[]

Inherited from

IGroupInputData.fill

Defined in

ui/packages/interface/src/ICommonAttr.ts:24


stroke

Optional stroke: string | IPaint | IPaint[]

Inherited from

IGroupInputData.stroke

Defined in

ui/packages/interface/src/ICommonAttr.ts:49


strokeAlign

Optional strokeAlign: IStrokeAlign

Inherited from

IGroupInputData.strokeAlign

Defined in

ui/packages/interface/src/ICommonAttr.ts:51


strokeWidth

Optional strokeWidth: string | number | number[]

Inherited from

IGroupInputData.strokeWidth

Defined in

ui/packages/interface/src/ICommonAttr.ts:52


strokeCap

Optional strokeCap: IStrokeCap

Inherited from

IGroupInputData.strokeCap

Defined in

ui/packages/interface/src/ICommonAttr.ts:53


strokeJoin

Optional strokeJoin: IStrokeJoin

Inherited from

IGroupInputData.strokeJoin

Defined in

ui/packages/interface/src/ICommonAttr.ts:54


dashPattern

Optional dashPattern: string | number[]

Inherited from

IGroupInputData.dashPattern

Defined in

ui/packages/interface/src/ICommonAttr.ts:55


dashOffset

Optional dashOffset: number

Inherited from

IGroupInputData.dashOffset

Defined in

ui/packages/interface/src/ICommonAttr.ts:56


miterLimit

Optional miterLimit: number

Inherited from

IGroupInputData.miterLimit

Defined in

ui/packages/interface/src/ICommonAttr.ts:57


cornerRadius

Optional cornerRadius: string | number | number[]

Inherited from

IGroupInputData.cornerRadius

Defined in

ui/packages/interface/src/ICommonAttr.ts:11


cornerSmoothing

Optional cornerSmoothing: number

Inherited from

IGroupInputData.cornerSmoothing

Defined in

ui/packages/interface/src/ICommonAttr.ts:12


shadow

Optional shadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IGroupInputData.shadow

Defined in

ui/packages/interface/src/ICommonAttr.ts:131


innerShadow

Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IGroupInputData.innerShadow

Defined in

ui/packages/interface/src/ICommonAttr.ts:132


blur

Optional blur: number | IBlurEffect

Inherited from

IGroupInputData.blur

Defined in

ui/packages/interface/src/ICommonAttr.ts:133


backgroundBlur

Optional backgroundBlur: number | IBlurEffect

Inherited from

IGroupInputData.backgroundBlur

Defined in

ui/packages/interface/src/ICommonAttr.ts:134


grayscale

Optional grayscale: number | IGrayscaleEffect

Inherited from

IGroupInputData.grayscale

Defined in

ui/packages/interface/src/ICommonAttr.ts:135


clip

Optional clip: boolean

Defined in

ui/packages/interface/src/IUI.ts:165


locked

Optional locked: boolean

Inherited from

IGroupInputData.locked

Defined in

ui/packages/interface/src/IUI.ts:221

Released under the MIT License.