Skip to content

Interface: IUIData ​

Hierarchy ​

Implemented by ​

Table of contents ​

Properties ​

Methods ​

Properties ​

__leaf ​

• __leaf: ILeaf

Inherited from ​

ILeafData.__leaf

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:6


__input ​

• __input: IObject

Inherited from ​

ILeafData.__input

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:7


__middle ​

• __middle: IObject

Inherited from ​

ILeafData.__middle

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:8


__single ​

• Optional __single: boolean

Inherited from ​

ILeafData.__single

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:30


__hasMultiPaint ​

• Optional Readonly __hasMultiPaint: boolean

Inherited from ​

ILeafData.__hasMultiPaint

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:31


id ​

• Optional id: string

Inherited from ​

ILeafData.id

Defined in ​

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


name ​

• Optional name: string

Inherited from ​

ILeafData.name

Defined in ​

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


className ​

• Optional className: string

Inherited from ​

ILeafData.className

Defined in ​

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


blendMode ​

• Optional blendMode: IBlendMode

Inherited from ​

ILeafData.blendMode

Defined in ​

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


opacity ​

• Optional opacity: number

Inherited from ​

ILeafData.opacity

Defined in ​

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


visible ​

• Optional visible: boolean | 0

Inherited from ​

ILeafData.visible

Defined in ​

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


selected ​

• Optional selected: boolean

Inherited from ​

ILeafData.selected

Defined in ​

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


disabled ​

• Optional disabled: boolean

Inherited from ​

ILeafData.disabled

Defined in ​

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


locked ​

• Optional locked: boolean

Inherited from ​

ILeafData.locked

Defined in ​

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


zIndex ​

• Optional zIndex: number

Inherited from ​

ILeafData.zIndex

Defined in ​

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


mask ​

• Optional mask: boolean | IMaskType

Inherited from ​

ILeafData.mask

Defined in ​

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


eraser ​

• Optional eraser: boolean | IEraserType

Inherited from ​

ILeafData.eraser

Defined in ​

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


x ​

• Optional x: number

Inherited from ​

ILeafData.x

Defined in ​

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


y ​

• Optional y: number

Inherited from ​

ILeafData.y

Defined in ​

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


width ​

• Optional width: number

Inherited from ​

ILeafData.width

Defined in ​

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


height ​

• Optional height: number

Inherited from ​

ILeafData.height

Defined in ​

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


scaleX ​

• Optional scaleX: number

Inherited from ​

ILeafData.scaleX

Defined in ​

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


scaleY ​

• Optional scaleY: number

Inherited from ​

ILeafData.scaleY

Defined in ​

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


rotation ​

• Optional rotation: number

Inherited from ​

ILeafData.rotation

Defined in ​

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


skewX ​

• Optional skewX: number

Inherited from ​

ILeafData.skewX

Defined in ​

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


skewY ​

• Optional skewY: number

Inherited from ​

ILeafData.skewY

Defined in ​

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


offsetX ​

• Optional offsetX: number

Inherited from ​

ILeafData.offsetX

Defined in ​

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


offsetY ​

• Optional offsetY: number

Inherited from ​

ILeafData.offsetY

Defined in ​

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


scrollX ​

• Optional scrollX: number

Inherited from ​

ILeafData.scrollX

Defined in ​

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


scrollY ​

• Optional scrollY: number

Inherited from ​

ILeafData.scrollY

Defined in ​

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


origin ​

• Optional origin: IUnitPointData | IDirection

Inherited from ​

ILeafData.origin

Defined in ​

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


around ​

• Optional around: IUnitPointData | IDirection

Inherited from ​

ILeafData.around

Defined in ​

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


lazy ​

• Optional lazy: boolean

Inherited from ​

ILeafData.lazy

Defined in ​

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


pixelRatio ​

• Optional pixelRatio: number

Inherited from ​

ILeafData.pixelRatio

Defined in ​

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


path ​

• Optional path: IPathCommandData

Inherited from ​

ILeafData.path

Defined in ​

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


windingRule ​

• Optional windingRule: IWindingRule

Inherited from ​

ILeafData.windingRule

Defined in ​

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


closed ​

• Optional closed: boolean

Inherited from ​

ILeafData.closed

Defined in ​

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


flow ​

• Optional flow: IFlowType

Inherited from ​

ILeafData.flow

Defined in ​

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


padding ​

• Optional padding: IFourNumber

Inherited from ​

ILeafData.padding

Defined in ​

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


gap ​

• Optional gap: IGap | IPointGap

Inherited from ​

ILeafData.gap

Defined in ​

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


flowAlign ​

• Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from ​

ILeafData.flowAlign

Defined in ​

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


flowWrap ​

• Optional flowWrap: IFlowWrap

Inherited from ​

ILeafData.flowWrap

Defined in ​

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


itemBox ​

• Optional itemBox: IFlowBoxType

Inherited from ​

ILeafData.itemBox

Defined in ​

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


inFlow ​

• Optional inFlow: boolean

Inherited from ​

ILeafData.inFlow

Defined in ​

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


autoWidth ​

• Optional autoWidth: IAutoSize

Inherited from ​

ILeafData.autoWidth

Defined in ​

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


autoHeight ​

• Optional autoHeight: IAutoSize

Inherited from ​

ILeafData.autoHeight

Defined in ​

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


lockRatio ​

• Optional lockRatio: boolean

Inherited from ​

ILeafData.lockRatio

Defined in ​

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


autoBox ​

• Optional autoBox: IAutoBoxData | IConstraint

Inherited from ​

ILeafData.autoBox

Defined in ​

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


widthRange ​

• Optional widthRange: IRangeSize

Inherited from ​

ILeafData.widthRange

Defined in ​

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


heightRange ​

• Optional heightRange: IRangeSize

Inherited from ​

ILeafData.heightRange

Defined in ​

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


draggable ​

• Optional draggable: boolean | IAxis

Inherited from ​

ILeafData.draggable

Defined in ​

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


dragBounds ​

• Optional dragBounds: "parent" | IBoundsData

Inherited from ​

ILeafData.dragBounds

Defined in ​

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


editable ​

• Optional editable: boolean

Inherited from ​

ILeafData.editable

Defined in ​

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


hittable ​

• Optional hittable: boolean

Inherited from ​

ILeafData.hittable

Defined in ​

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


hitFill ​

• Optional hitFill: IHitType

Inherited from ​

ILeafData.hitFill

Defined in ​

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


hitStroke ​

• Optional hitStroke: IHitType

Inherited from ​

ILeafData.hitStroke

Defined in ​

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


hitBox ​

• Optional hitBox: boolean

Inherited from ​

ILeafData.hitBox

Defined in ​

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


hitChildren ​

• Optional hitChildren: boolean

Inherited from ​

ILeafData.hitChildren

Defined in ​

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


hitSelf ​

• Optional hitSelf: boolean

Inherited from ​

ILeafData.hitSelf

Defined in ​

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


hitRadius ​

• Optional hitRadius: number

Inherited from ​

ILeafData.hitRadius

Defined in ​

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


button ​

• Optional button: boolean

Inherited from ​

ILeafData.button

Defined in ​

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


cursor ​

• Optional cursor: ICursorType | ICursorType[]

Inherited from ​

ILeafData.cursor

Defined in ​

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


motionPath ​

• Optional motionPath: boolean

Inherited from ​

ILeafData.motionPath

Defined in ​

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


motionPrecision ​

• Optional motionPrecision: number

Inherited from ​

ILeafData.motionPrecision

Defined in ​

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


motion ​

• Optional motion: number | IUnitData

Inherited from ​

ILeafData.motion

Defined in ​

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


motionRotation ​

• Optional motionRotation: number | boolean

Inherited from ​

ILeafData.motionRotation

Defined in ​

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


normalStyle ​

• Optional normalStyle: IObject

Inherited from ​

ILeafData.normalStyle

Defined in ​

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


data ​

• Optional data: IObject

Inherited from ​

ILeafData.data

Defined in ​

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


__childBranchNumber ​

• Optional __childBranchNumber: number

Inherited from ​

ILeafData.__childBranchNumber

Defined in ​

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


__complex ​

• Optional __complex: boolean

Inherited from ​

ILeafData.__complex

Defined in ​

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


__naturalWidth ​

• Optional __naturalWidth: number

Inherited from ​

ILeafData.__naturalWidth

Defined in ​

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


__naturalHeight ​

• Optional __naturalHeight: number

Inherited from ​

ILeafData.__naturalHeight

Defined in ​

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


__autoWidth ​

• Optional Readonly __autoWidth: boolean

Inherited from ​

ILeafData.__autoWidth

Defined in ​

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


__autoHeight ​

• Optional Readonly __autoHeight: boolean

Inherited from ​

ILeafData.__autoHeight

Defined in ​

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


__autoSide ​

• Optional Readonly __autoSide: boolean

Inherited from ​

ILeafData.__autoSide

Defined in ​

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


__autoSize ​

• Optional Readonly __autoSize: boolean

Inherited from ​

ILeafData.__autoSize

Defined in ​

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


__useNaturalRatio ​

• Readonly __useNaturalRatio: boolean

Inherited from ​

ILeafData.__useNaturalRatio

Defined in ​

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


__isLinePath ​

• Readonly __isLinePath: boolean

Inherited from ​

ILeafData.__isLinePath

Defined in ​

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


__blendMode ​

• Readonly __blendMode: string

Inherited from ​

ILeafData.__blendMode

Defined in ​

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


__useArrow ​

• Optional __useArrow: boolean

Inherited from ​

ILeafData.__useArrow

Defined in ​

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


__useEffect ​

• Optional __useEffect: boolean

Inherited from ​

ILeafData.__useEffect

Defined in ​

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


__pathInputed ​

• Optional __pathInputed: number

Inherited from ​

ILeafData.__pathInputed

Defined in ​

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


__pathForRender ​

• Optional __pathForRender: IPathCommandData

Inherited from ​

ILeafData.__pathForRender

Defined in ​

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


__path2DForRender ​

• Optional __path2DForRender: IPath2D

Inherited from ​

ILeafData.__path2DForRender

Defined in ​

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


__pathForArrow ​

• Optional __pathForArrow: IPathCommandData

Inherited from ​

ILeafData.__pathForArrow

Defined in ​

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


__pathForMotion ​

• Optional __pathForMotion: IMotionPathData

Inherited from ​

ILeafData.__pathForMotion

Defined in ​

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


cornerRadius ​

• Optional cornerRadius: number

Inherited from ​

IUIComputedData.cornerRadius

Defined in ​

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


cornerSmoothing ​

• Optional cornerSmoothing: number

Inherited from ​

IUIComputedData.cornerSmoothing

Defined in ​

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


fill ​

• Optional fill: string | ILeafPaint[]

Inherited from ​

IUIComputedData.fill

Defined in ​

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


borderWidth ​

• Optional borderWidth: number | number[]

Inherited from ​

IUIComputedData.borderWidth

Defined in ​

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


borderRadius ​

• Optional borderRadius: number | number[]

Inherited from ​

IUIComputedData.borderRadius

Defined in ​

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


stroke ​

• Optional stroke: string | ILeafStrokePaint[]

Inherited from ​

IUIComputedData.stroke

Defined in ​

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


strokeAlign ​

• Optional strokeAlign: IStrokeAlign

Inherited from ​

IUIComputedData.strokeAlign

Defined in ​

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


strokeWidth ​

• Optional strokeWidth: number

Inherited from ​

IUIComputedData.strokeWidth

Defined in ​

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


strokeWidths ​

• Optional strokeWidths: number[]

Inherited from ​

IUIComputedData.strokeWidths

Defined in ​

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


strokeWidthFixed ​

• Optional strokeWidthFixed: boolean

Inherited from ​

IUIComputedData.strokeWidthFixed

Defined in ​

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


strokeCap ​

• Optional strokeCap: IStrokeCap

Inherited from ​

IUIComputedData.strokeCap

Defined in ​

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


strokeJoin ​

• Optional strokeJoin: IStrokeJoin

Inherited from ​

IUIComputedData.strokeJoin

Defined in ​

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


dashPattern ​

• Optional dashPattern: number[]

Inherited from ​

IUIComputedData.dashPattern

Defined in ​

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


dashOffset ​

• Optional dashOffset: number

Inherited from ​

IUIComputedData.dashOffset

Defined in ​

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


miterLimit ​

• Optional miterLimit: number

Inherited from ​

IUIComputedData.miterLimit

Defined in ​

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


startArrow ​

• Optional startArrow: IArrowType

Inherited from ​

IUIComputedData.startArrow

Defined in ​

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


endArrow ​

• Optional endArrow: IArrowType

Inherited from ​

IUIComputedData.endArrow

Defined in ​

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


fontFamily ​

• Optional fontFamily: string

Inherited from ​

IUIComputedData.fontFamily

Defined in ​

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


fontSize ​

• Optional fontSize: number

Inherited from ​

IUIComputedData.fontSize

Defined in ​

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


fontWeight ​

• Optional fontWeight: IFontWeight

Inherited from ​

IUIComputedData.fontWeight

Defined in ​

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


italic ​

• Optional italic: boolean

Inherited from ​

IUIComputedData.italic

Defined in ​

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


textCase ​

• Optional textCase: ITextCase

Inherited from ​

IUIComputedData.textCase

Defined in ​

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


textDecoration ​

• Optional textDecoration: ITextDecoration

Inherited from ​

IUIComputedData.textDecoration

Defined in ​

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


letterSpacing ​

• Optional letterSpacing: number

Inherited from ​

IUIComputedData.letterSpacing

Defined in ​

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


lineHeight ​

• Optional lineHeight: number

Inherited from ​

IUIComputedData.lineHeight

Defined in ​

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


paraIndent ​

• Optional paraIndent: number

Inherited from ​

IUIComputedData.paraIndent

Defined in ​

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


paraSpacing ​

• Optional paraSpacing: number

Inherited from ​

IUIComputedData.paraSpacing

Defined in ​

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


writingMode ​

• Optional writingMode: IWritingMode

Inherited from ​

IUIComputedData.writingMode

Defined in ​

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


textAlign ​

• Optional textAlign: ITextAlign

Inherited from ​

IUIComputedData.textAlign

Defined in ​

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


verticalAlign ​

• Optional verticalAlign: IVerticalAlign

Inherited from ​

IUIComputedData.verticalAlign

Defined in ​

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


autoSizeAlign ​

• Optional autoSizeAlign: boolean

Inherited from ​

IUIComputedData.autoSizeAlign

Defined in ​

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


textWrap ​

• Optional textWrap: ITextWrap

Inherited from ​

IUIComputedData.textWrap

Defined in ​

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


textOverflow ​

• Optional textOverflow: string

Inherited from ​

IUIComputedData.textOverflow

Defined in ​

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


shadow ​

• Optional shadow: ILeafShadowEffect[]

Inherited from ​

IUIComputedData.shadow

Defined in ​

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


innerShadow ​

• Optional innerShadow: ILeafShadowEffect[]

Inherited from ​

IUIComputedData.innerShadow

Defined in ​

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


blur ​

• Optional blur: number

Inherited from ​

IUIComputedData.blur

Defined in ​

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


backgroundBlur ​

• Optional backgroundBlur: number

Inherited from ​

IUIComputedData.backgroundBlur

Defined in ​

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


grayscale ​

• Optional grayscale: number

Inherited from ​

IUIComputedData.grayscale

Defined in ​

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


animation ​

• Optional animation: IAnimation | IAnimation[]

Inherited from ​

IUIAttrData.animation

Defined in ​

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


animationOut ​

• Optional animationOut: IAnimation | IAnimation[]

Inherited from ​

IUIAttrData.animationOut

Defined in ​

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


transition ​

• Optional transition: ITransition

Inherited from ​

IUIAttrData.transition

Defined in ​

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


transitionOut ​

• Optional transitionOut: ITransition

Inherited from ​

IUIAttrData.transitionOut

Defined in ​

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


states ​

• Optional states: IStates

Inherited from ​

IUIAttrData.states

Defined in ​

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


state ​

• Optional state: string

Inherited from ​

IUIAttrData.state

Defined in ​

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


hoverStyle ​

• Optional hoverStyle: IStateStyle

Inherited from ​

IUIAttrData.hoverStyle

Defined in ​

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


pressStyle ​

• Optional pressStyle: IStateStyle

Inherited from ​

IUIAttrData.pressStyle

Defined in ​

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


focusStyle ​

• Optional focusStyle: IStateStyle

Inherited from ​

IUIAttrData.focusStyle

Defined in ​

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


selectedStyle ​

• Optional selectedStyle: IStateStyle

Inherited from ​

IUIAttrData.selectedStyle

Defined in ​

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


disabledStyle ​

• Optional disabledStyle: IStateStyle

Inherited from ​

IUIAttrData.disabledStyle

Defined in ​

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


placeholderStyle ​

• Optional placeholderStyle: IStateStyle

Inherited from ​

IUIAttrData.placeholderStyle

Defined in ​

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


scale ​

• Readonly scale: number | IPointData

Defined in ​

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


__isFills ​

• Optional __isFills: boolean

Defined in ​

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


__isStrokes ​

• Optional __isStrokes: boolean

Defined in ​

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


__strokeWidth ​

• Readonly __strokeWidth: number

Defined in ​

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


__hasStroke ​

• Readonly __hasStroke: boolean

Defined in ​

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


__pixelFill ​

• Optional __pixelFill: boolean

Defined in ​

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


__pixelStroke ​

• Optional __pixelStroke: boolean

Defined in ​

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


__isHitPixel ​

• Optional __isHitPixel: boolean

Defined in ​

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


__isCanvas ​

• Optional __isCanvas: boolean

Defined in ​

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


__opacityFill ​

• Optional __opacityFill: boolean

Defined in ​

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


__opacityStroke ​

• Optional __opacityStroke: boolean

Defined in ​

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


__drawAfterFill ​

• Optional __drawAfterFill: boolean

Defined in ​

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


__clipAfterFill ​

• Optional Readonly __clipAfterFill: boolean

Defined in ​

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


__hasSurface ​

• Optional Readonly __hasSurface: boolean

Defined in ​

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


__isOverflow ​

• Optional __isOverflow: boolean

Defined in ​

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


__blendLayer ​

• Optional __blendLayer: boolean

Defined in ​

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


__boxStroke ​

• Optional __boxStroke: boolean

Defined in ​

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


__font ​

• Optional __font: string

Defined in ​

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


__textDrawData ​

• Optional __textDrawData: ITextDrawData

Defined in ​

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


__needComputePaint ​

• Optional __needComputePaint: boolean

Defined in ​

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

Methods ​

__get ​

▸ __get(name): any

Parameters ​

NameType
namestring

Returns ​

any

Inherited from ​

ILeafData.__get

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:10


__getData ​

▸ __getData(): IObject

Returns ​

IObject

Inherited from ​

ILeafData.__getData

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:11


__setInput ​

▸ __setInput(name, value): void

Parameters ​

NameType
namestring
valueany

Returns ​

void

Inherited from ​

ILeafData.__setInput

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:13


__getInput ​

▸ __getInput(name): any

Parameters ​

NameType
namestring

Returns ​

any

Inherited from ​

ILeafData.__getInput

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:14


__removeInput ​

▸ __removeInput(name): void

Parameters ​

NameType
namestring

Returns ​

void

Inherited from ​

ILeafData.__removeInput

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:15


__getInputData ​

▸ __getInputData(names?, options?): IObject

Parameters ​

NameType
names?string[] | IObject
options?IJSONOptions

Returns ​

IObject

Inherited from ​

ILeafData.__getInputData

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:16


__setMiddle ​

▸ __setMiddle(name, value): void

Parameters ​

NameType
namestring
valueany

Returns ​

void

Inherited from ​

ILeafData.__setMiddle

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:18


__getMiddle ​

▸ __getMiddle(name): any

Parameters ​

NameType
namestring

Returns ​

any

Inherited from ​

ILeafData.__getMiddle

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:19


destroy ​

▸ destroy(): void

Returns ​

void

Inherited from ​

ILeafData.destroy

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:21


__checkSingle ​

▸ __checkSingle(): void

Returns ​

void

Inherited from ​

ILeafData.__checkSingle

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:32


__removeNaturalSize ​

▸ __removeNaturalSize(): void

Returns ​

void

Inherited from ​

ILeafData.__removeNaturalSize

Defined in ​

leafer/packages/interface/src/data/ILeafData.ts:33


__computePaint ​

▸ __computePaint(): void

Returns ​

void

Defined in ​

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

Released under the MIT License.