Skip to content

Interface: IHTMLTextInputData

Hierarchy

Table of contents

Properties

Properties

text

Optional text: string

Inherited from

IHTMLTextAttrData.text

Defined in

in/packages/interface/src/html/IHTMLTextData.ts:4


__htmlChanged

Optional __htmlChanged: boolean

Inherited from

IHTMLTextAttrData.__htmlChanged

Defined in

in/packages/interface/src/html/IHTMLTextData.ts:5


id

Optional id: string

Inherited from

IImageInputData.id

Defined in

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


name

Optional name: string

Inherited from

IImageInputData.name

Defined in

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


className

Optional className: string

Inherited from

IImageInputData.className

Defined in

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


blendMode

Optional blendMode: IBlendMode

Inherited from

IImageInputData.blendMode

Defined in

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


opacity

Optional opacity: number

Inherited from

IImageInputData.opacity

Defined in

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


visible

Optional visible: boolean | 0

Inherited from

IImageInputData.visible

Defined in

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


selected

Optional selected: boolean

Inherited from

IImageInputData.selected

Defined in

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


disabled

Optional disabled: boolean

Inherited from

IImageInputData.disabled

Defined in

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


locked

Optional locked: boolean

Inherited from

IImageInputData.locked

Defined in

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


zIndex

Optional zIndex: number

Inherited from

IImageInputData.zIndex

Defined in

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


mask

Optional mask: boolean | IMaskType

Inherited from

IImageInputData.mask

Defined in

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


eraser

Optional eraser: boolean | IEraserType

Inherited from

IImageInputData.eraser

Defined in

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


x

Optional x: number

Inherited from

IImageInputData.x

Defined in

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


y

Optional y: number

Inherited from

IImageInputData.y

Defined in

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


width

Optional width: number

Inherited from

IImageInputData.width

Defined in

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


height

Optional height: number

Inherited from

IImageInputData.height

Defined in

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


scaleX

Optional scaleX: number

Inherited from

IImageInputData.scaleX

Defined in

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


scaleY

Optional scaleY: number

Inherited from

IImageInputData.scaleY

Defined in

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


rotation

Optional rotation: number

Inherited from

IImageInputData.rotation

Defined in

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


skewX

Optional skewX: number

Inherited from

IImageInputData.skewX

Defined in

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


skewY

Optional skewY: number

Inherited from

IImageInputData.skewY

Defined in

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


scale

Optional scale: number | IPointData

Inherited from

IImageInputData.scale

Defined in

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


offsetX

Optional offsetX: number

Inherited from

IImageInputData.offsetX

Defined in

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


offsetY

Optional offsetY: number

Inherited from

IImageInputData.offsetY

Defined in

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


scrollX

Optional scrollX: number

Inherited from

IImageInputData.scrollX

Defined in

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


scrollY

Optional scrollY: number

Inherited from

IImageInputData.scrollY

Defined in

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


origin

Optional origin: IUnitPointData | IDirection

Inherited from

IImageInputData.origin

Defined in

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


around

Optional around: IUnitPointData | IDirection

Inherited from

IImageInputData.around

Defined in

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


lazy

Optional lazy: boolean

Inherited from

IImageInputData.lazy

Defined in

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


pixelRatio

Optional pixelRatio: number

Inherited from

IImageInputData.pixelRatio

Defined in

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


path

Optional path: string | IPathCommandData | IPathCommandObject[]

Inherited from

IImageInputData.path

Defined in

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


windingRule

Optional windingRule: IWindingRule

Inherited from

IImageInputData.windingRule

Defined in

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


closed

Optional closed: boolean

Inherited from

IImageInputData.closed

Defined in

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


flow

Optional flow: IFlowType

Inherited from

IImageInputData.flow

Defined in

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


padding

Optional padding: IFourNumber

Inherited from

IImageInputData.padding

Defined in

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


gap

Optional gap: IGap | IPointGap

Inherited from

IImageInputData.gap

Defined in

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


flowAlign

Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from

IImageInputData.flowAlign

Defined in

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


flowWrap

Optional flowWrap: IFlowWrap

Inherited from

IImageInputData.flowWrap

Defined in

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


itemBox

Optional itemBox: IFlowBoxType

Inherited from

IImageInputData.itemBox

Defined in

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


inFlow

Optional inFlow: boolean

Inherited from

IImageInputData.inFlow

Defined in

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


autoWidth

Optional autoWidth: IAutoSize

Inherited from

IImageInputData.autoWidth

Defined in

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


autoHeight

Optional autoHeight: IAutoSize

Inherited from

IImageInputData.autoHeight

Defined in

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


lockRatio

Optional lockRatio: boolean

Inherited from

IImageInputData.lockRatio

Defined in

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


autoBox

Optional autoBox: IAutoBoxData | IConstraint

Inherited from

IImageInputData.autoBox

Defined in

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


widthRange

Optional widthRange: IRangeSize

Inherited from

IImageInputData.widthRange

Defined in

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


heightRange

Optional heightRange: IRangeSize

Inherited from

IImageInputData.heightRange

Defined in

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


draggable

Optional draggable: boolean | IAxis

Inherited from

IImageInputData.draggable

Defined in

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


dragBounds

Optional dragBounds: "parent" | IBoundsData

Inherited from

IImageInputData.dragBounds

Defined in

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


editable

Optional editable: boolean

Inherited from

IImageInputData.editable

Defined in

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


hittable

Optional hittable: boolean

Inherited from

IImageInputData.hittable

Defined in

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


hitFill

Optional hitFill: IHitType

Inherited from

IImageInputData.hitFill

Defined in

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


hitStroke

Optional hitStroke: IHitType

Inherited from

IImageInputData.hitStroke

Defined in

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


hitBox

Optional hitBox: boolean

Inherited from

IImageInputData.hitBox

Defined in

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


hitChildren

Optional hitChildren: boolean

Inherited from

IImageInputData.hitChildren

Defined in

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


hitSelf

Optional hitSelf: boolean

Inherited from

IImageInputData.hitSelf

Defined in

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


hitRadius

Optional hitRadius: number

Inherited from

IImageInputData.hitRadius

Defined in

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


button

Optional button: boolean

Inherited from

IImageInputData.button

Defined in

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


cursor

Optional cursor: ICursorType | ICursorType[]

Inherited from

IImageInputData.cursor

Defined in

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


motionPath

Optional motionPath: boolean

Inherited from

IImageInputData.motionPath

Defined in

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


motion

Optional motion: number | IUnitData

Inherited from

IImageInputData.motion

Defined in

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


motionRotation

Optional motionRotation: number | boolean

Inherited from

IImageInputData.motionRotation

Defined in

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


normalStyle

Optional normalStyle: IObject

Inherited from

IImageInputData.normalStyle

Defined in

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


event

Optional event: IEventMap

Inherited from

IImageInputData.event

Defined in

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


data

Optional data: IObject

Inherited from

IImageInputData.data

Defined in

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


tag

Optional tag: string

Inherited from

IImageInputData.tag

Defined in

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


noBounds

Optional noBounds: boolean

Inherited from

IImageInputData.noBounds

Defined in

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


cornerRadius

Optional cornerRadius: string | IFourNumber

Inherited from

IImageInputData.cornerRadius

Defined in

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


cornerSmoothing

Optional cornerSmoothing: number

Inherited from

IImageInputData.cornerSmoothing

Defined in

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


fill

Optional fill: IFill

Inherited from

IImageInputData.fill

Defined in

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


stroke

Optional stroke: IStroke

Inherited from

IImageInputData.stroke

Defined in

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


strokeAlign

Optional strokeAlign: IStrokeAlign

Inherited from

IImageInputData.strokeAlign

Defined in

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


strokeWidth

Optional strokeWidth: string | IFourNumber

Inherited from

IImageInputData.strokeWidth

Defined in

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


strokeWidthFixed

Optional strokeWidthFixed: boolean

Inherited from

IImageInputData.strokeWidthFixed

Defined in

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


strokeCap

Optional strokeCap: IStrokeCap

Inherited from

IImageInputData.strokeCap

Defined in

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


strokeJoin

Optional strokeJoin: IStrokeJoin

Inherited from

IImageInputData.strokeJoin

Defined in

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


dashPattern

Optional dashPattern: string | number[]

Inherited from

IImageInputData.dashPattern

Defined in

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


dashOffset

Optional dashOffset: number

Inherited from

IImageInputData.dashOffset

Defined in

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


miterLimit

Optional miterLimit: number

Inherited from

IImageInputData.miterLimit

Defined in

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


startArrow

Optional startArrow: IArrowType

Inherited from

IImageInputData.startArrow

Defined in

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


endArrow

Optional endArrow: IArrowType

Inherited from

IImageInputData.endArrow

Defined in

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


fontFamily

Optional fontFamily: string

Inherited from

IImageInputData.fontFamily

Defined in

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


fontSize

Optional fontSize: number

Inherited from

IImageInputData.fontSize

Defined in

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


fontWeight

Optional fontWeight: IFontWeight

Inherited from

IImageInputData.fontWeight

Defined in

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


italic

Optional italic: boolean

Inherited from

IImageInputData.italic

Defined in

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


textCase

Optional textCase: ITextCase

Inherited from

IImageInputData.textCase

Defined in

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


textDecoration

Optional textDecoration: ITextDecoration

Inherited from

IImageInputData.textDecoration

Defined in

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


letterSpacing

Optional letterSpacing: number | IUnitData

Inherited from

IImageInputData.letterSpacing

Defined in

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


lineHeight

Optional lineHeight: number | IUnitData

Inherited from

IImageInputData.lineHeight

Defined in

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


paraIndent

Optional paraIndent: number

Inherited from

IImageInputData.paraIndent

Defined in

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


paraSpacing

Optional paraSpacing: number

Inherited from

IImageInputData.paraSpacing

Defined in

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


textAlign

Optional textAlign: ITextAlign

Inherited from

IImageInputData.textAlign

Defined in

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


verticalAlign

Optional verticalAlign: IVerticalAlign

Inherited from

IImageInputData.verticalAlign

Defined in

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


autoSizeAlign

Optional autoSizeAlign: boolean

Inherited from

IImageInputData.autoSizeAlign

Defined in

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


textWrap

Optional textWrap: ITextWrap

Inherited from

IImageInputData.textWrap

Defined in

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


textOverflow

Optional textOverflow: string

Inherited from

IImageInputData.textOverflow

Defined in

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


shadow

Optional shadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IImageInputData.shadow

Defined in

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


innerShadow

Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IImageInputData.innerShadow

Defined in

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


blur

Optional blur: number | IBlurEffect

Inherited from

IImageInputData.blur

Defined in

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


backgroundBlur

Optional backgroundBlur: number | IBlurEffect

Inherited from

IImageInputData.backgroundBlur

Defined in

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


grayscale

Optional grayscale: number | IGrayscaleEffect

Inherited from

IImageInputData.grayscale

Defined in

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


url

Optional url: string

Inherited from

IImageInputData.url

Defined in

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


animation

Optional animation: IAnimation

Inherited from

IImageInputData.animation

Defined in

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


animationOut

Optional animationOut: IAnimation

Inherited from

IImageInputData.animationOut

Defined in

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


transition

Optional transition: ITransition

Inherited from

IImageInputData.transition

Defined in

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


transitionOut

Optional transitionOut: ITransition

Inherited from

IImageInputData.transitionOut

Defined in

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


states

Optional states: IStates

Inherited from

IImageInputData.states

Defined in

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


state

Optional state: string

Inherited from

IImageInputData.state

Defined in

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


hoverStyle

Optional hoverStyle: IStateStyle

Inherited from

IImageInputData.hoverStyle

Defined in

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


pressStyle

Optional pressStyle: IStateStyle

Inherited from

IImageInputData.pressStyle

Defined in

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


focusStyle

Optional focusStyle: IStateStyle

Inherited from

IImageInputData.focusStyle

Defined in

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


selectedStyle

Optional selectedStyle: IStateStyle

Inherited from

IImageInputData.selectedStyle

Defined in

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


disabledStyle

Optional disabledStyle: IStateStyle

Inherited from

IImageInputData.disabledStyle

Defined in

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


children

Optional children: IUIInputData[]

Inherited from

IImageInputData.children

Defined in

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

Released under the MIT License.