Skip to content

Interface: IRobotData

Hierarchy

Table of contents

Properties

Methods

Properties

__leaf

__leaf: ILeaf

Inherited from

IRectData.__leaf

Defined in

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


__input

__input: IObject

Inherited from

IRectData.__input

Defined in

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


__middle

__middle: IObject

Inherited from

IRectData.__middle

Defined in

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


__single

Optional __single: boolean

Inherited from

IRectData.__single

Defined in

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


id

Optional id: string

Inherited from

IRectData.id

Defined in

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


name

Optional name: string

Inherited from

IRectData.name

Defined in

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


className

Optional className: string

Inherited from

IRectData.className

Defined in

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


blendMode

Optional blendMode: IBlendMode

Inherited from

IRectData.blendMode

Defined in

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


opacity

Optional opacity: number

Inherited from

IRectData.opacity

Defined in

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


visible

Optional visible: boolean | 0

Inherited from

IRectData.visible

Defined in

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


selected

Optional selected: boolean

Inherited from

IRectData.selected

Defined in

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


disabled

Optional disabled: boolean

Inherited from

IRectData.disabled

Defined in

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


locked

Optional locked: boolean

Inherited from

IRectData.locked

Defined in

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


zIndex

Optional zIndex: number

Inherited from

IRectData.zIndex

Defined in

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


mask

Optional mask: boolean | IMaskType

Inherited from

IRectData.mask

Defined in

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


eraser

Optional eraser: boolean | IEraserType

Inherited from

IRectData.eraser

Defined in

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


x

Optional x: number

Inherited from

IRectData.x

Defined in

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


y

Optional y: number

Inherited from

IRectData.y

Defined in

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


width

Optional width: number

Inherited from

IRectData.width

Defined in

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


height

Optional height: number

Inherited from

IRectData.height

Defined in

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


scaleX

Optional scaleX: number

Inherited from

IRectData.scaleX

Defined in

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


scaleY

Optional scaleY: number

Inherited from

IRectData.scaleY

Defined in

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


rotation

Optional rotation: number

Inherited from

IRectData.rotation

Defined in

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


skewX

Optional skewX: number

Inherited from

IRectData.skewX

Defined in

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


skewY

Optional skewY: number

Inherited from

IRectData.skewY

Defined in

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


offsetX

Optional offsetX: number

Inherited from

IRectData.offsetX

Defined in

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


offsetY

Optional offsetY: number

Inherited from

IRectData.offsetY

Defined in

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


scrollX

Optional scrollX: number

Inherited from

IRectData.scrollX

Defined in

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


scrollY

Optional scrollY: number

Inherited from

IRectData.scrollY

Defined in

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


origin

Optional origin: IUnitPointData | IDirection

Inherited from

IRectData.origin

Defined in

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


around

Optional around: IUnitPointData | IDirection

Inherited from

IRectData.around

Defined in

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


lazy

Optional lazy: boolean

Inherited from

IRectData.lazy

Defined in

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


pixelRatio

Optional pixelRatio: number

Inherited from

IRectData.pixelRatio

Defined in

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


path

Optional path: IPathCommandData

Inherited from

IRectData.path

Defined in

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


windingRule

Optional windingRule: IWindingRule

Inherited from

IRectData.windingRule

Defined in

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


closed

Optional closed: boolean

Inherited from

IRectData.closed

Defined in

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


flow

Optional flow: IFlowType

Inherited from

IRectData.flow

Defined in

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


padding

Optional padding: IFourNumber

Inherited from

IRectData.padding

Defined in

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


gap

Optional gap: IGap | IPointGap

Inherited from

IRectData.gap

Defined in

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


flowAlign

Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from

IRectData.flowAlign

Defined in

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


flowWrap

Optional flowWrap: IFlowWrap

Inherited from

IRectData.flowWrap

Defined in

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


itemBox

Optional itemBox: IFlowBoxType

Inherited from

IRectData.itemBox

Defined in

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


inFlow

Optional inFlow: boolean

Inherited from

IRectData.inFlow

Defined in

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


autoWidth

Optional autoWidth: IAutoSize

Inherited from

IRectData.autoWidth

Defined in

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


autoHeight

Optional autoHeight: IAutoSize

Inherited from

IRectData.autoHeight

Defined in

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


lockRatio

Optional lockRatio: boolean

Inherited from

IRectData.lockRatio

Defined in

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


autoBox

Optional autoBox: IAutoBoxData | IConstraint

Inherited from

IRectData.autoBox

Defined in

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


widthRange

Optional widthRange: IRangeSize

Inherited from

IRectData.widthRange

Defined in

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


heightRange

Optional heightRange: IRangeSize

Inherited from

IRectData.heightRange

Defined in

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


draggable

Optional draggable: boolean | IAxis

Inherited from

IRectData.draggable

Defined in

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


dragBounds

Optional dragBounds: "parent" | IBoundsData

Inherited from

IRectData.dragBounds

Defined in

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


editable

Optional editable: boolean

Inherited from

IRectData.editable

Defined in

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


hittable

Optional hittable: boolean

Inherited from

IRectData.hittable

Defined in

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


hitFill

Optional hitFill: IHitType

Inherited from

IRectData.hitFill

Defined in

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


hitStroke

Optional hitStroke: IHitType

Inherited from

IRectData.hitStroke

Defined in

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


hitBox

Optional hitBox: boolean

Inherited from

IRectData.hitBox

Defined in

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


hitChildren

Optional hitChildren: boolean

Inherited from

IRectData.hitChildren

Defined in

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


hitSelf

Optional hitSelf: boolean

Inherited from

IRectData.hitSelf

Defined in

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


hitRadius

Optional hitRadius: number

Inherited from

IRectData.hitRadius

Defined in

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


button

Optional button: boolean

Inherited from

IRectData.button

Defined in

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


cursor

Optional cursor: ICursorType | ICursorType[]

Inherited from

IRectData.cursor

Defined in

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


motionPath

Optional motionPath: boolean

Inherited from

IRectData.motionPath

Defined in

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


motion

Optional motion: number | IUnitData

Inherited from

IRectData.motion

Defined in

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


motionRotation

Optional motionRotation: number | boolean

Inherited from

IRectData.motionRotation

Defined in

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


normalStyle

Optional normalStyle: IObject

Inherited from

IRectData.normalStyle

Defined in

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


data

Optional data: IObject

Inherited from

IRectData.data

Defined in

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


__childBranchNumber

Optional __childBranchNumber: number

Inherited from

IRectData.__childBranchNumber

Defined in

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


__complex

Optional __complex: boolean

Inherited from

IRectData.__complex

Defined in

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


__naturalWidth

Optional __naturalWidth: number

Inherited from

IRectData.__naturalWidth

Defined in

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


__naturalHeight

Optional __naturalHeight: number

Inherited from

IRectData.__naturalHeight

Defined in

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


__autoWidth

Optional Readonly __autoWidth: boolean

Inherited from

IRectData.__autoWidth

Defined in

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


__autoHeight

Optional Readonly __autoHeight: boolean

Inherited from

IRectData.__autoHeight

Defined in

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


__autoSide

Optional Readonly __autoSide: boolean

Inherited from

IRectData.__autoSide

Defined in

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


__autoSize

Optional Readonly __autoSize: boolean

Inherited from

IRectData.__autoSize

Defined in

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


__useNaturalRatio

Readonly __useNaturalRatio: boolean

Inherited from

IRectData.__useNaturalRatio

Defined in

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


__isLinePath

Readonly __isLinePath: boolean

Inherited from

IRectData.__isLinePath

Defined in

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


__blendMode

Readonly __blendMode: string

Inherited from

IRectData.__blendMode

Defined in

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


__useArrow

Optional __useArrow: boolean

Inherited from

IRectData.__useArrow

Defined in

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


__useEffect

Optional __useEffect: boolean

Inherited from

IRectData.__useEffect

Defined in

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


__pathInputed

Optional __pathInputed: number

Inherited from

IRectData.__pathInputed

Defined in

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


__pathForRender

Optional __pathForRender: IPathCommandData

Inherited from

IRectData.__pathForRender

Defined in

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


__path2DForRender

Optional __path2DForRender: IPath2D

Inherited from

IRectData.__path2DForRender

Defined in

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


__pathForMotion

Optional __pathForMotion: IMotionPathData

Inherited from

IRectData.__pathForMotion

Defined in

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


cornerRadius

Optional cornerRadius: number

Inherited from

IRectData.cornerRadius

Defined in

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


cornerSmoothing

Optional cornerSmoothing: number

Inherited from

IRectData.cornerSmoothing

Defined in

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


fill

Optional fill: string | ILeafPaint[]

Inherited from

IRectData.fill

Defined in

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


borderWidth

Optional borderWidth: number | number[]

Inherited from

IRectData.borderWidth

Defined in

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


borderRadius

Optional borderRadius: number | number[]

Inherited from

IRectData.borderRadius

Defined in

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


stroke

Optional stroke: string | ILeafStrokePaint[]

Inherited from

IRectData.stroke

Defined in

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


strokeAlign

Optional strokeAlign: IStrokeAlign

Inherited from

IRectData.strokeAlign

Defined in

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


strokeWidth

Optional strokeWidth: number

Inherited from

IRectData.strokeWidth

Defined in

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


strokeWidths

Optional strokeWidths: number[]

Inherited from

IRectData.strokeWidths

Defined in

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


strokeWidthFixed

Optional strokeWidthFixed: boolean

Inherited from

IRectData.strokeWidthFixed

Defined in

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


strokeCap

Optional strokeCap: IStrokeCap

Inherited from

IRectData.strokeCap

Defined in

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


strokeJoin

Optional strokeJoin: IStrokeJoin

Inherited from

IRectData.strokeJoin

Defined in

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


dashPattern

Optional dashPattern: number[]

Inherited from

IRectData.dashPattern

Defined in

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


dashOffset

Optional dashOffset: number

Inherited from

IRectData.dashOffset

Defined in

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


miterLimit

Optional miterLimit: number

Inherited from

IRectData.miterLimit

Defined in

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


startArrow

Optional startArrow: IArrowType

Inherited from

IRectData.startArrow

Defined in

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


endArrow

Optional endArrow: IArrowType

Inherited from

IRectData.endArrow

Defined in

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


fontFamily

Optional fontFamily: string

Inherited from

IRectData.fontFamily

Defined in

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


fontSize

Optional fontSize: number

Inherited from

IRectData.fontSize

Defined in

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


fontWeight

Optional fontWeight: IFontWeight

Inherited from

IRectData.fontWeight

Defined in

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


italic

Optional italic: boolean

Inherited from

IRectData.italic

Defined in

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


textCase

Optional textCase: ITextCase

Inherited from

IRectData.textCase

Defined in

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


textDecoration

Optional textDecoration: ITextDecoration

Inherited from

IRectData.textDecoration

Defined in

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


letterSpacing

Optional letterSpacing: number

Inherited from

IRectData.letterSpacing

Defined in

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


lineHeight

Optional lineHeight: number

Inherited from

IRectData.lineHeight

Defined in

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


paraIndent

Optional paraIndent: number

Inherited from

IRectData.paraIndent

Defined in

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


paraSpacing

Optional paraSpacing: number

Inherited from

IRectData.paraSpacing

Defined in

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


textAlign

Optional textAlign: ITextAlign

Inherited from

IRectData.textAlign

Defined in

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


verticalAlign

Optional verticalAlign: IVerticalAlign

Inherited from

IRectData.verticalAlign

Defined in

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


autoSizeAlign

Optional autoSizeAlign: boolean

Inherited from

IRectData.autoSizeAlign

Defined in

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


textWrap

Optional textWrap: ITextWrap

Inherited from

IRectData.textWrap

Defined in

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


textOverflow

Optional textOverflow: string

Inherited from

IRectData.textOverflow

Defined in

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


shadow

Optional shadow: ILeafShadowEffect[]

Inherited from

IRectData.shadow

Defined in

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


innerShadow

Optional innerShadow: ILeafShadowEffect[]

Inherited from

IRectData.innerShadow

Defined in

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


blur

Optional blur: number

Inherited from

IRectData.blur

Defined in

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


backgroundBlur

Optional backgroundBlur: number

Inherited from

IRectData.backgroundBlur

Defined in

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


grayscale

Optional grayscale: number

Inherited from

IRectData.grayscale

Defined in

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


robot

Optional robot: IRobotKeyframe | IRobotKeyframe[]

Inherited from

IRobotAttrData.robot

Defined in

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


actions

Optional actions: IRobotActions

Inherited from

IRobotAttrData.actions

Defined in

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


action

Optional action: string

Inherited from

IRobotAttrData.action

Defined in

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


now

Optional now: number

Inherited from

IRobotAttrData.now

Defined in

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


FPS

Optional FPS: number

Inherited from

IRobotAttrData.FPS

Defined in

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


loop

Optional loop: boolean

Inherited from

IRobotAttrData.loop

Defined in

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


animation

Optional animation: IAnimation

Inherited from

IRectData.animation

Defined in

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


animationOut

Optional animationOut: IAnimation

Inherited from

IRectData.animationOut

Defined in

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


transition

Optional transition: ITransition

Inherited from

IRectData.transition

Defined in

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


transitionOut

Optional transitionOut: ITransition

Inherited from

IRectData.transitionOut

Defined in

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


states

Optional states: IStates

Inherited from

IRectData.states

Defined in

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


state

Optional state: string

Inherited from

IRectData.state

Defined in

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


hoverStyle

Optional hoverStyle: IStateStyle

Inherited from

IRectData.hoverStyle

Defined in

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


pressStyle

Optional pressStyle: IStateStyle

Inherited from

IRectData.pressStyle

Defined in

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


focusStyle

Optional focusStyle: IStateStyle

Inherited from

IRectData.focusStyle

Defined in

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


selectedStyle

Optional selectedStyle: IStateStyle

Inherited from

IRectData.selectedStyle

Defined in

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


disabledStyle

Optional disabledStyle: IStateStyle

Inherited from

IRectData.disabledStyle

Defined in

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


scale

Readonly scale: number | IPointData

Inherited from

IRectData.scale

Defined in

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


__isFills

Optional __isFills: boolean

Inherited from

IRectData.__isFills

Defined in

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


__isStrokes

Optional __isStrokes: boolean

Inherited from

IRectData.__isStrokes

Defined in

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


__strokeWidth

Readonly __strokeWidth: number

Inherited from

IRectData.__strokeWidth

Defined in

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


__pixelFill

Optional __pixelFill: boolean

Inherited from

IRectData.__pixelFill

Defined in

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


__pixelStroke

Optional __pixelStroke: boolean

Inherited from

IRectData.__pixelStroke

Defined in

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


__isHitPixel

Optional __isHitPixel: boolean

Inherited from

IRectData.__isHitPixel

Defined in

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


__isCanvas

Optional __isCanvas: boolean

Inherited from

IRectData.__isCanvas

Defined in

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


__opacityFill

Optional __opacityFill: boolean

Inherited from

IRectData.__opacityFill

Defined in

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


__opacityStroke

Optional __opacityStroke: boolean

Inherited from

IRectData.__opacityStroke

Defined in

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


__drawAfterFill

Optional __drawAfterFill: boolean

Inherited from

IRectData.__drawAfterFill

Defined in

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


__isOverflow

Optional __isOverflow: boolean

Inherited from

IRectData.__isOverflow

Defined in

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


__blendLayer

Optional __blendLayer: boolean

Inherited from

IRectData.__blendLayer

Defined in

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


__boxStroke

Optional __boxStroke: boolean

Inherited from

IRectData.__boxStroke

Defined in

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


__font

Optional __font: string

Inherited from

IRectData.__font

Defined in

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


__textDrawData

Optional __textDrawData: ITextDrawData

Inherited from

IRectData.__textDrawData

Defined in

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


__needComputePaint

__needComputePaint: boolean

Inherited from

IRectData.__needComputePaint

Defined in

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

Methods

__get

__get(name): any

Parameters

NameType
namestring

Returns

any

Inherited from

IRectData.__get

Defined in

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


__getData

__getData(): IObject

Returns

IObject

Inherited from

IRectData.__getData

Defined in

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


__setInput

__setInput(name, value): void

Parameters

NameType
namestring
valueany

Returns

void

Inherited from

IRectData.__setInput

Defined in

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


__getInput

__getInput(name): any

Parameters

NameType
namestring

Returns

any

Inherited from

IRectData.__getInput

Defined in

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


__removeInput

__removeInput(name): void

Parameters

NameType
namestring

Returns

void

Inherited from

IRectData.__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

IRectData.__getInputData

Defined in

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


__setMiddle

__setMiddle(name, value): void

Parameters

NameType
namestring
valueany

Returns

void

Inherited from

IRectData.__setMiddle

Defined in

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


__getMiddle

__getMiddle(name): any

Parameters

NameType
namestring

Returns

any

Inherited from

IRectData.__getMiddle

Defined in

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


destroy

destroy(): void

Returns

void

Inherited from

IRectData.destroy

Defined in

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


__checkSingle

__checkSingle(): void

Returns

void

Inherited from

IRectData.__checkSingle

Defined in

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


__removeNaturalSize

__removeNaturalSize(): void

Returns

void

Inherited from

IRectData.__removeNaturalSize

Defined in

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


__computePaint

__computePaint(): void

Returns

void

Inherited from

IRectData.__computePaint

Defined in

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

Released under the MIT License.