Skip to content

Interface: ILeafInputData โ€‹

Hierarchy โ€‹

Table of contents โ€‹

Properties โ€‹

Properties โ€‹

id โ€‹

โ€ข Optional id: string

Inherited from โ€‹

ILeafAttrData.id

Defined in โ€‹

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


name โ€‹

โ€ข Optional name: string

Inherited from โ€‹

ILeafAttrData.name

Defined in โ€‹

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


className โ€‹

โ€ข Optional className: string

Inherited from โ€‹

ILeafAttrData.className

Defined in โ€‹

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


blendMode โ€‹

โ€ข Optional blendMode: IBlendMode

Inherited from โ€‹

ILeafAttrData.blendMode

Defined in โ€‹

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


opacity โ€‹

โ€ข Optional opacity: number

Inherited from โ€‹

ILeafAttrData.opacity

Defined in โ€‹

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


visible โ€‹

โ€ข Optional visible: boolean | 0

Inherited from โ€‹

ILeafAttrData.visible

Defined in โ€‹

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


selected โ€‹

โ€ข Optional selected: boolean

Inherited from โ€‹

ILeafAttrData.selected

Defined in โ€‹

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


disabled โ€‹

โ€ข Optional disabled: boolean

Inherited from โ€‹

ILeafAttrData.disabled

Defined in โ€‹

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


locked โ€‹

โ€ข Optional locked: boolean

Inherited from โ€‹

ILeafAttrData.locked

Defined in โ€‹

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


zIndex โ€‹

โ€ข Optional zIndex: number

Inherited from โ€‹

ILeafAttrData.zIndex

Defined in โ€‹

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


dim โ€‹

โ€ข Optional dim: number | boolean

Inherited from โ€‹

ILeafAttrData.dim

Defined in โ€‹

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


dimskip โ€‹

โ€ข Optional dimskip: boolean

Inherited from โ€‹

ILeafAttrData.dimskip

Defined in โ€‹

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


bright โ€‹

โ€ข Optional bright: boolean

Inherited from โ€‹

ILeafAttrData.bright

Defined in โ€‹

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


mask โ€‹

โ€ข Optional mask: boolean | IMaskType

Inherited from โ€‹

ILeafAttrData.mask

Defined in โ€‹

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


eraser โ€‹

โ€ข Optional eraser: boolean | IEraserType

Inherited from โ€‹

ILeafAttrData.eraser

Defined in โ€‹

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


filter โ€‹

โ€ข Optional filter: IFilter | IFilter[]

Inherited from โ€‹

ILeafAttrData.filter

Defined in โ€‹

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


x โ€‹

โ€ข Optional x: number

Inherited from โ€‹

ILeafAttrData.x

Defined in โ€‹

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


y โ€‹

โ€ข Optional y: number

Inherited from โ€‹

ILeafAttrData.y

Defined in โ€‹

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


width โ€‹

โ€ข Optional width: number

Inherited from โ€‹

ILeafAttrData.width

Defined in โ€‹

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


height โ€‹

โ€ข Optional height: number

Inherited from โ€‹

ILeafAttrData.height

Defined in โ€‹

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


scaleX โ€‹

โ€ข Optional scaleX: number

Inherited from โ€‹

ILeafAttrData.scaleX

Defined in โ€‹

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


scaleY โ€‹

โ€ข Optional scaleY: number

Inherited from โ€‹

ILeafAttrData.scaleY

Defined in โ€‹

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


rotation โ€‹

โ€ข Optional rotation: number

Inherited from โ€‹

ILeafAttrData.rotation

Defined in โ€‹

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


skewX โ€‹

โ€ข Optional skewX: number

Inherited from โ€‹

ILeafAttrData.skewX

Defined in โ€‹

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


skewY โ€‹

โ€ข Optional skewY: number

Inherited from โ€‹

ILeafAttrData.skewY

Defined in โ€‹

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


scale โ€‹

โ€ข Optional scale: number | IPointData

Inherited from โ€‹

ILeafAttrData.scale

Defined in โ€‹

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


offsetX โ€‹

โ€ข Optional offsetX: number

Inherited from โ€‹

ILeafAttrData.offsetX

Defined in โ€‹

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


offsetY โ€‹

โ€ข Optional offsetY: number

Inherited from โ€‹

ILeafAttrData.offsetY

Defined in โ€‹

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


scrollX โ€‹

โ€ข Optional scrollX: number

Inherited from โ€‹

ILeafAttrData.scrollX

Defined in โ€‹

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


scrollY โ€‹

โ€ข Optional scrollY: number

Inherited from โ€‹

ILeafAttrData.scrollY

Defined in โ€‹

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


origin โ€‹

โ€ข Optional origin: IUnitPointData | IDirection

Inherited from โ€‹

ILeafAttrData.origin

Defined in โ€‹

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


around โ€‹

โ€ข Optional around: IUnitPointData | IDirection

Inherited from โ€‹

ILeafAttrData.around

Defined in โ€‹

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


lazy โ€‹

โ€ข Optional lazy: boolean

Inherited from โ€‹

ILeafAttrData.lazy

Defined in โ€‹

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


pixelRatio โ€‹

โ€ข Optional pixelRatio: number

Inherited from โ€‹

ILeafAttrData.pixelRatio

Defined in โ€‹

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


renderSpread โ€‹

โ€ข Optional renderSpread: number

Inherited from โ€‹

ILeafAttrData.renderSpread

Defined in โ€‹

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


path โ€‹

โ€ข Optional path: string | IPathCommandData | IPathCommandObject[]

Inherited from โ€‹

ILeafAttrData.path

Defined in โ€‹

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


windingRule โ€‹

โ€ข Optional windingRule: IWindingRule

Inherited from โ€‹

ILeafAttrData.windingRule

Defined in โ€‹

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


closed โ€‹

โ€ข Optional closed: boolean

Inherited from โ€‹

ILeafAttrData.closed

Defined in โ€‹

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


flow โ€‹

โ€ข Optional flow: IFlowType

Inherited from โ€‹

ILeafAttrData.flow

Defined in โ€‹

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


padding โ€‹

โ€ข Optional padding: IFourNumber

Inherited from โ€‹

ILeafAttrData.padding

Defined in โ€‹

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


gap โ€‹

โ€ข Optional gap: IGap | IPointGap

Inherited from โ€‹

ILeafAttrData.gap

Defined in โ€‹

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


flowAlign โ€‹

โ€ข Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from โ€‹

ILeafAttrData.flowAlign

Defined in โ€‹

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


flowWrap โ€‹

โ€ข Optional flowWrap: IFlowWrap

Inherited from โ€‹

ILeafAttrData.flowWrap

Defined in โ€‹

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


itemBox โ€‹

โ€ข Optional itemBox: IFlowBoxType

Inherited from โ€‹

ILeafAttrData.itemBox

Defined in โ€‹

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


inFlow โ€‹

โ€ข Optional inFlow: boolean

Inherited from โ€‹

ILeafAttrData.inFlow

Defined in โ€‹

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


autoWidth โ€‹

โ€ข Optional autoWidth: IAutoSize

Inherited from โ€‹

ILeafAttrData.autoWidth

Defined in โ€‹

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


autoHeight โ€‹

โ€ข Optional autoHeight: IAutoSize

Inherited from โ€‹

ILeafAttrData.autoHeight

Defined in โ€‹

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


lockRatio โ€‹

โ€ข Optional lockRatio: boolean

Inherited from โ€‹

ILeafAttrData.lockRatio

Defined in โ€‹

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


autoBox โ€‹

โ€ข Optional autoBox: IAutoBoxData | IConstraint

Inherited from โ€‹

ILeafAttrData.autoBox

Defined in โ€‹

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


widthRange โ€‹

โ€ข Optional widthRange: IRangeSize

Inherited from โ€‹

ILeafAttrData.widthRange

Defined in โ€‹

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


heightRange โ€‹

โ€ข Optional heightRange: IRangeSize

Inherited from โ€‹

ILeafAttrData.heightRange

Defined in โ€‹

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


draggable โ€‹

โ€ข Optional draggable: boolean | IAxis

Inherited from โ€‹

ILeafAttrData.draggable

Defined in โ€‹

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


dragBounds โ€‹

โ€ข Optional dragBounds: "parent" | IBoundsData

Inherited from โ€‹

ILeafAttrData.dragBounds

Defined in โ€‹

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


dragBoundsType โ€‹

โ€ข Optional dragBoundsType: IDragBoundsType

Inherited from โ€‹

ILeafAttrData.dragBoundsType

Defined in โ€‹

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


editable โ€‹

โ€ข Optional editable: boolean

Inherited from โ€‹

ILeafAttrData.editable

Defined in โ€‹

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


hittable โ€‹

โ€ข Optional hittable: boolean

Inherited from โ€‹

ILeafAttrData.hittable

Defined in โ€‹

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


hitFill โ€‹

โ€ข Optional hitFill: IHitType

Inherited from โ€‹

ILeafAttrData.hitFill

Defined in โ€‹

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


hitStroke โ€‹

โ€ข Optional hitStroke: IHitType

Inherited from โ€‹

ILeafAttrData.hitStroke

Defined in โ€‹

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


hitBox โ€‹

โ€ข Optional hitBox: boolean

Inherited from โ€‹

ILeafAttrData.hitBox

Defined in โ€‹

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


hitChildren โ€‹

โ€ข Optional hitChildren: boolean

Inherited from โ€‹

ILeafAttrData.hitChildren

Defined in โ€‹

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


hitSelf โ€‹

โ€ข Optional hitSelf: boolean

Inherited from โ€‹

ILeafAttrData.hitSelf

Defined in โ€‹

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


hitRadius โ€‹

โ€ข Optional hitRadius: number

Inherited from โ€‹

ILeafAttrData.hitRadius

Defined in โ€‹

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


button โ€‹

โ€ข Optional button: boolean

Inherited from โ€‹

ILeafAttrData.button

Defined in โ€‹

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


cursor โ€‹

โ€ข Optional cursor: ICursorType | ICursorType[]

Inherited from โ€‹

ILeafAttrData.cursor

Defined in โ€‹

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


motionPath โ€‹

โ€ข Optional motionPath: boolean

Inherited from โ€‹

ILeafAttrData.motionPath

Defined in โ€‹

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


motionPrecision โ€‹

โ€ข Optional motionPrecision: number

Inherited from โ€‹

ILeafAttrData.motionPrecision

Defined in โ€‹

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


motion โ€‹

โ€ข Optional motion: number | IUnitData

Inherited from โ€‹

ILeafAttrData.motion

Defined in โ€‹

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


motionRotation โ€‹

โ€ข Optional motionRotation: number | boolean

Inherited from โ€‹

ILeafAttrData.motionRotation

Defined in โ€‹

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


normalStyle โ€‹

โ€ข Optional normalStyle: IObject

Inherited from โ€‹

ILeafAttrData.normalStyle

Defined in โ€‹

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


event โ€‹

โ€ข Optional event: IEventParamsMap

Inherited from โ€‹

ILeafAttrData.event

Defined in โ€‹

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


data โ€‹

โ€ข Optional data: IObject

Inherited from โ€‹

ILeafAttrData.data

Defined in โ€‹

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


tag โ€‹

โ€ข Optional tag: string

Defined in โ€‹

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


children โ€‹

โ€ข Optional children: ILeafInputData[]

Defined in โ€‹

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

Released under the MIT License.