Skip to content
导航

Interface: IUITagInputData

Hierarchy

Table of contents

Properties

Properties

id

Optional id: string

Inherited from

IFrameInputData.id

Defined in

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


name

Optional name: string

Inherited from

IFrameInputData.name

Defined in

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


className

Optional className: string

Inherited from

IFrameInputData.className

Defined in

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


blendMode

Optional blendMode: IBlendMode

Inherited from

IFrameInputData.blendMode

Defined in

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


opacity

Optional opacity: number

Inherited from

IFrameInputData.opacity

Defined in

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


visible

Optional visible: boolean

Inherited from

IFrameInputData.visible

Defined in

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


isMask

Optional isMask: boolean

Inherited from

IFrameInputData.isMask

Defined in

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


zIndex

Optional zIndex: number

Inherited from

IFrameInputData.zIndex

Defined in

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


x

Optional x: number

Inherited from

IFrameInputData.x

Defined in

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


y

Optional y: number

Inherited from

IFrameInputData.y

Defined in

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


width

Optional width: number

Inherited from

IFrameInputData.width

Defined in

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


height

Optional height: number

Inherited from

IFrameInputData.height

Defined in

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


scaleX

Optional scaleX: number

Inherited from

IFrameInputData.scaleX

Defined in

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


scaleY

Optional scaleY: number

Inherited from

IFrameInputData.scaleY

Defined in

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


rotation

Optional rotation: number

Inherited from

IFrameInputData.rotation

Defined in

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


skewX

Optional skewX: number

Inherited from

IFrameInputData.skewX

Defined in

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


skewY

Optional skewY: number

Inherited from

IFrameInputData.skewY

Defined in

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


draggable

Optional draggable: boolean

Inherited from

IFrameInputData.draggable

Defined in

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


hittable

Optional hittable: boolean

Inherited from

IFrameInputData.hittable

Defined in

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


hitType

Optional hitType: IHitType

Inherited from

IFrameInputData.hitType

Defined in

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


hitChildren

Optional hitChildren: boolean

Inherited from

IFrameInputData.hitChildren

Defined in

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


fill

Optional fill: string | IPaint | IPaint[]

Inherited from

IFrameInputData.fill

Defined in

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


stroke

Optional stroke: string | IPaint | IPaint[]

Inherited from

IFrameInputData.stroke

Defined in

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


strokeAlign

Optional strokeAlign: IStrokeAlign

Inherited from

IFrameInputData.strokeAlign

Defined in

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


strokeWidth

Optional strokeWidth: string | number | number[]

Inherited from

IFrameInputData.strokeWidth

Defined in

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


strokeCap

Optional strokeCap: IStrokeCap

Inherited from

IFrameInputData.strokeCap

Defined in

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


strokeJoin

Optional strokeJoin: IStrokeJoin

Inherited from

IFrameInputData.strokeJoin

Defined in

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


dashPattern

Optional dashPattern: string | number[]

Inherited from

IFrameInputData.dashPattern

Defined in

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


dashOffset

Optional dashOffset: number

Inherited from

IFrameInputData.dashOffset

Defined in

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


miterLimit

Optional miterLimit: number

Inherited from

IFrameInputData.miterLimit

Defined in

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


cornerRadius

Optional cornerRadius: string | number | number[]

Inherited from

IFrameInputData.cornerRadius

Defined in

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


cornerSmoothing

Optional cornerSmoothing: number

Inherited from

IFrameInputData.cornerSmoothing

Defined in

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


shadow

Optional shadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IFrameInputData.shadow

Defined in

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


innerShadow

Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Inherited from

IFrameInputData.innerShadow

Defined in

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


blur

Optional blur: number | IBlurEffect

Inherited from

IFrameInputData.blur

Defined in

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


backgroundBlur

Optional backgroundBlur: number | IBlurEffect

Inherited from

IFrameInputData.backgroundBlur

Defined in

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


grayscale

Optional grayscale: number | IGrayscaleEffect

Inherited from

IFrameInputData.grayscale

Defined in

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


fontFamily

Optional fontFamily: string

Inherited from

ITextInputData.fontFamily

Defined in

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


fontSize

Optional fontSize: number

Inherited from

ITextInputData.fontSize

Defined in

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


fontWeight

Optional fontWeight: IFontWeight

Inherited from

ITextInputData.fontWeight

Defined in

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


italic

Optional italic: boolean

Inherited from

ITextInputData.italic

Defined in

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


textCase

Optional textCase: ITextCase

Inherited from

ITextInputData.textCase

Defined in

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


textDecoration

Optional textDecoration: ITextDecoration

Inherited from

ITextInputData.textDecoration

Defined in

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


letterSpacing

Optional letterSpacing: string | number

Inherited from

ITextInputData.letterSpacing

Defined in

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


lineHeight

Optional lineHeight: string | number

Inherited from

ITextInputData.lineHeight

Defined in

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


paragraphIndent

Optional paragraphIndent: number

Inherited from

ITextInputData.paragraphIndent

Defined in

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


paragraphSpacing

Optional paragraphSpacing: number

Inherited from

ITextInputData.paragraphSpacing

Defined in

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


textAlign

Optional textAlign: ITextAlign

Inherited from

ITextInputData.textAlign

Defined in

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


verticalAlign

Optional verticalAlign: IVerticalAlign

Inherited from

ITextInputData.verticalAlign

Defined in

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


tagName

Optional tagName: IUITag

Defined in

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


locked

Optional locked: boolean

Inherited from

IFrameInputData.locked

Defined in

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


startAngle

Optional startAngle: number

Inherited from

IEllipseInputData.startAngle

Defined in

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


endAngle

Optional endAngle: number

Inherited from

IEllipseInputData.endAngle

Defined in

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


innerRadius

Optional innerRadius: number

Inherited from

IStarInputData.innerRadius

Defined in

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


sides

Optional sides: number

Inherited from

IPolygonInputData.sides

Defined in

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


points

Optional points: number

Inherited from

IStarInputData.points

Defined in

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


toPoint

Optional toPoint: IPointData

Inherited from

ILineInputData.toPoint

Defined in

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


path

Optional path: string | IPathCommandData

Inherited from

IPathInputData.path

Defined in

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


windingRule

Optional windingRule: IWindingRule

Inherited from

IPathInputData.windingRule

Defined in

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


content

Optional content: string

Inherited from

ITextInputData.content

Defined in

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


url

Optional url: string

Inherited from

IImageInputData.url

Defined in

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


thumb

Optional thumb: string

Inherited from

IImageInputData.thumb

Defined in

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


clip

Optional clip: boolean

Inherited from

IFrameInputData.clip

Defined in

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

Released under the MIT License.