Skip to content
导航

Interface: IEllipseInputData

Hierarchy

Table of contents

Properties

Properties

id

Optional id: string

Inherited from

IUIInputData.id

Defined in

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


name

Optional name: string

Inherited from

IUIInputData.name

Defined in

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


className

Optional className: string

Inherited from

IUIInputData.className

Defined in

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


blendMode

Optional blendMode: IBlendMode

Inherited from

IUIInputData.blendMode

Defined in

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


opacity

Optional opacity: number

Inherited from

IUIInputData.opacity

Defined in

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


visible

Optional visible: boolean

Inherited from

IUIInputData.visible

Defined in

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


isMask

Optional isMask: boolean

Inherited from

IUIInputData.isMask

Defined in

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


zIndex

Optional zIndex: number

Inherited from

IUIInputData.zIndex

Defined in

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


x

Optional x: number

Inherited from

IUIInputData.x

Defined in

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


y

Optional y: number

Inherited from

IUIInputData.y

Defined in

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


width

Optional width: number

Inherited from

IUIInputData.width

Defined in

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


height

Optional height: number

Inherited from

IUIInputData.height

Defined in

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


scaleX

Optional scaleX: number

Inherited from

IUIInputData.scaleX

Defined in

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


scaleY

Optional scaleY: number

Inherited from

IUIInputData.scaleY

Defined in

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


rotation

Optional rotation: number

Inherited from

IUIInputData.rotation

Defined in

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


skewX

Optional skewX: number

Inherited from

IUIInputData.skewX

Defined in

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


skewY

Optional skewY: number

Inherited from

IUIInputData.skewY

Defined in

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


draggable

Optional draggable: boolean

Inherited from

IUIInputData.draggable

Defined in

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


hittable

Optional hittable: boolean

Inherited from

IUIInputData.hittable

Defined in

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


hitType

Optional hitType: IHitType

Inherited from

IUIInputData.hitType

Defined in

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


hitChildren

Optional hitChildren: boolean

Inherited from

IUIInputData.hitChildren

Defined in

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


fill

Optional fill: string | IPaint | IPaint[]

Inherited from

IUIInputData.fill

Defined in

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


stroke

Optional stroke: string | IPaint | IPaint[]

Inherited from

IUIInputData.stroke

Defined in

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


strokeAlign

Optional strokeAlign: IStrokeAlign

Inherited from

IUIInputData.strokeAlign

Defined in

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


strokeWidth

Optional strokeWidth: string | number | number[]

Inherited from

IUIInputData.strokeWidth

Defined in

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


strokeCap

Optional strokeCap: IStrokeCap

Inherited from

IUIInputData.strokeCap

Defined in

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


strokeJoin

Optional strokeJoin: IStrokeJoin

Inherited from

IUIInputData.strokeJoin

Defined in

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


dashPattern

Optional dashPattern: string | number[]

Inherited from

IUIInputData.dashPattern

Defined in

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


dashOffset

Optional dashOffset: number

Inherited from

IUIInputData.dashOffset

Defined in

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


miterLimit

Optional miterLimit: number

Inherited from

IUIInputData.miterLimit

Defined in

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


cornerRadius

Optional cornerRadius: string | number | number[]

Inherited from

IUIInputData.cornerRadius

Defined in

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


cornerSmoothing

Optional cornerSmoothing: number

Inherited from

IUIInputData.cornerSmoothing

Defined in

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


shadow

Optional shadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IUIInputData.shadow

Defined in

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


innerShadow

Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IUIInputData.innerShadow

Defined in

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


blur

Optional blur: number | IBlurEffect

Inherited from

IUIInputData.blur

Defined in

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


backgroundBlur

Optional backgroundBlur: number | IBlurEffect

Inherited from

IUIInputData.backgroundBlur

Defined in

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


grayscale

Optional grayscale: number | IGrayscaleEffect

Inherited from

IUIInputData.grayscale

Defined in

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


startAngle

Optional startAngle: number

Inherited from

IEllipseAttrData.startAngle

Defined in

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


endAngle

Optional endAngle: number

Inherited from

IEllipseAttrData.endAngle

Defined in

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


innerRadius

Optional innerRadius: number

Inherited from

IEllipseAttrData.innerRadius

Defined in

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


locked

Optional locked: boolean

Inherited from

IUIInputData.locked

Defined in

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

Released under the MIT License.