Skip to content

Interface: IUIJSONData โ€‹

Hierarchy โ€‹

Table of contents โ€‹

Properties โ€‹

Properties โ€‹

id โ€‹

โ€ข Optional id: string

Inherited from โ€‹

IUIInputData.id

Defined in โ€‹

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


name โ€‹

โ€ข Optional name: string

Inherited from โ€‹

IUIInputData.name

Defined in โ€‹

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


className โ€‹

โ€ข Optional className: string

Inherited from โ€‹

IUIInputData.className

Defined in โ€‹

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


blendMode โ€‹

โ€ข Optional blendMode: IBlendMode

Inherited from โ€‹

IUIInputData.blendMode

Defined in โ€‹

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


opacity โ€‹

โ€ข Optional opacity: number

Inherited from โ€‹

IUIInputData.opacity

Defined in โ€‹

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


visible โ€‹

โ€ข Optional visible: boolean | 0

Inherited from โ€‹

IUIInputData.visible

Defined in โ€‹

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


selected โ€‹

โ€ข Optional selected: boolean

Inherited from โ€‹

IUIInputData.selected

Defined in โ€‹

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


disabled โ€‹

โ€ข Optional disabled: boolean

Inherited from โ€‹

IUIInputData.disabled

Defined in โ€‹

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


locked โ€‹

โ€ข Optional locked: boolean

Inherited from โ€‹

IUIInputData.locked

Defined in โ€‹

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


zIndex โ€‹

โ€ข Optional zIndex: number

Inherited from โ€‹

IUIInputData.zIndex

Defined in โ€‹

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


dim โ€‹

โ€ข Optional dim: number | boolean

Inherited from โ€‹

IUIInputData.dim

Defined in โ€‹

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


dimskip โ€‹

โ€ข Optional dimskip: boolean

Inherited from โ€‹

IUIInputData.dimskip

Defined in โ€‹

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


mask โ€‹

โ€ข Optional mask: boolean | IMaskType

Inherited from โ€‹

IUIInputData.mask

Defined in โ€‹

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


eraser โ€‹

โ€ข Optional eraser: boolean | IEraserType

Inherited from โ€‹

IUIInputData.eraser

Defined in โ€‹

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


filter โ€‹

โ€ข Optional filter: IFilter | IFilter[]

Inherited from โ€‹

IUIInputData.filter

Defined in โ€‹

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


x โ€‹

โ€ข Optional x: number

Inherited from โ€‹

IUIInputData.x

Defined in โ€‹

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


y โ€‹

โ€ข Optional y: number

Inherited from โ€‹

IUIInputData.y

Defined in โ€‹

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


width โ€‹

โ€ข Optional width: number

Inherited from โ€‹

IUIInputData.width

Defined in โ€‹

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


height โ€‹

โ€ข Optional height: number

Inherited from โ€‹

IUIInputData.height

Defined in โ€‹

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


scaleX โ€‹

โ€ข Optional scaleX: number

Inherited from โ€‹

IUIInputData.scaleX

Defined in โ€‹

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


scaleY โ€‹

โ€ข Optional scaleY: number

Inherited from โ€‹

IUIInputData.scaleY

Defined in โ€‹

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


rotation โ€‹

โ€ข Optional rotation: number

Inherited from โ€‹

IUIInputData.rotation

Defined in โ€‹

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


skewX โ€‹

โ€ข Optional skewX: number

Inherited from โ€‹

IUIInputData.skewX

Defined in โ€‹

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


skewY โ€‹

โ€ข Optional skewY: number

Inherited from โ€‹

IUIInputData.skewY

Defined in โ€‹

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


scale โ€‹

โ€ข Optional scale: number | IPointData

Inherited from โ€‹

IUIInputData.scale

Defined in โ€‹

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


offsetX โ€‹

โ€ข Optional offsetX: number

Inherited from โ€‹

IUIInputData.offsetX

Defined in โ€‹

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


offsetY โ€‹

โ€ข Optional offsetY: number

Inherited from โ€‹

IUIInputData.offsetY

Defined in โ€‹

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


scrollX โ€‹

โ€ข Optional scrollX: number

Inherited from โ€‹

IUIInputData.scrollX

Defined in โ€‹

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


scrollY โ€‹

โ€ข Optional scrollY: number

Inherited from โ€‹

IUIInputData.scrollY

Defined in โ€‹

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


origin โ€‹

โ€ข Optional origin: IUnitPointData | IDirection

Inherited from โ€‹

IUIInputData.origin

Defined in โ€‹

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


around โ€‹

โ€ข Optional around: IUnitPointData | IDirection

Inherited from โ€‹

IUIInputData.around

Defined in โ€‹

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


lazy โ€‹

โ€ข Optional lazy: boolean

Inherited from โ€‹

IUIInputData.lazy

Defined in โ€‹

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


pixelRatio โ€‹

โ€ข Optional pixelRatio: number

Inherited from โ€‹

IUIInputData.pixelRatio

Defined in โ€‹

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


path โ€‹

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

Inherited from โ€‹

IUIInputData.path

Defined in โ€‹

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


windingRule โ€‹

โ€ข Optional windingRule: IWindingRule

Inherited from โ€‹

IUIInputData.windingRule

Defined in โ€‹

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


closed โ€‹

โ€ข Optional closed: boolean

Inherited from โ€‹

IUIInputData.closed

Defined in โ€‹

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


flow โ€‹

โ€ข Optional flow: IFlowType

Inherited from โ€‹

IUIInputData.flow

Defined in โ€‹

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


padding โ€‹

โ€ข Optional padding: IFourNumber

Inherited from โ€‹

IUIInputData.padding

Defined in โ€‹

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


gap โ€‹

โ€ข Optional gap: IGap | IPointGap

Inherited from โ€‹

IUIInputData.gap

Defined in โ€‹

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


flowAlign โ€‹

โ€ข Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from โ€‹

IUIInputData.flowAlign

Defined in โ€‹

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


flowWrap โ€‹

โ€ข Optional flowWrap: IFlowWrap

Inherited from โ€‹

IUIInputData.flowWrap

Defined in โ€‹

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


itemBox โ€‹

โ€ข Optional itemBox: IFlowBoxType

Inherited from โ€‹

IUIInputData.itemBox

Defined in โ€‹

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


inFlow โ€‹

โ€ข Optional inFlow: boolean

Inherited from โ€‹

IUIInputData.inFlow

Defined in โ€‹

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


autoWidth โ€‹

โ€ข Optional autoWidth: IAutoSize

Inherited from โ€‹

IUIInputData.autoWidth

Defined in โ€‹

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


autoHeight โ€‹

โ€ข Optional autoHeight: IAutoSize

Inherited from โ€‹

IUIInputData.autoHeight

Defined in โ€‹

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


lockRatio โ€‹

โ€ข Optional lockRatio: boolean

Inherited from โ€‹

IUIInputData.lockRatio

Defined in โ€‹

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


autoBox โ€‹

โ€ข Optional autoBox: IAutoBoxData | IConstraint

Inherited from โ€‹

IUIInputData.autoBox

Defined in โ€‹

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


widthRange โ€‹

โ€ข Optional widthRange: IRangeSize

Inherited from โ€‹

IUIInputData.widthRange

Defined in โ€‹

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


heightRange โ€‹

โ€ข Optional heightRange: IRangeSize

Inherited from โ€‹

IUIInputData.heightRange

Defined in โ€‹

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


draggable โ€‹

โ€ข Optional draggable: boolean | IAxis

Inherited from โ€‹

IUIInputData.draggable

Defined in โ€‹

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


dragBounds โ€‹

โ€ข Optional dragBounds: "parent" | IBoundsData

Inherited from โ€‹

IUIInputData.dragBounds

Defined in โ€‹

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


editable โ€‹

โ€ข Optional editable: boolean

Inherited from โ€‹

IUIInputData.editable

Defined in โ€‹

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


hittable โ€‹

โ€ข Optional hittable: boolean

Inherited from โ€‹

IUIInputData.hittable

Defined in โ€‹

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


hitFill โ€‹

โ€ข Optional hitFill: IHitType

Inherited from โ€‹

IUIInputData.hitFill

Defined in โ€‹

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


hitStroke โ€‹

โ€ข Optional hitStroke: IHitType

Inherited from โ€‹

IUIInputData.hitStroke

Defined in โ€‹

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


hitBox โ€‹

โ€ข Optional hitBox: boolean

Inherited from โ€‹

IUIInputData.hitBox

Defined in โ€‹

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


hitChildren โ€‹

โ€ข Optional hitChildren: boolean

Inherited from โ€‹

IUIInputData.hitChildren

Defined in โ€‹

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


hitSelf โ€‹

โ€ข Optional hitSelf: boolean

Inherited from โ€‹

IUIInputData.hitSelf

Defined in โ€‹

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


hitRadius โ€‹

โ€ข Optional hitRadius: number

Inherited from โ€‹

IUIInputData.hitRadius

Defined in โ€‹

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


button โ€‹

โ€ข Optional button: boolean

Inherited from โ€‹

IUIInputData.button

Defined in โ€‹

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


cursor โ€‹

โ€ข Optional cursor: ICursorType | ICursorType[]

Inherited from โ€‹

IUIInputData.cursor

Defined in โ€‹

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


motionPath โ€‹

โ€ข Optional motionPath: boolean

Inherited from โ€‹

IUIInputData.motionPath

Defined in โ€‹

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


motionPrecision โ€‹

โ€ข Optional motionPrecision: number

Inherited from โ€‹

IUIInputData.motionPrecision

Defined in โ€‹

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


motion โ€‹

โ€ข Optional motion: number | IUnitData

Inherited from โ€‹

IUIInputData.motion

Defined in โ€‹

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


motionRotation โ€‹

โ€ข Optional motionRotation: number | boolean

Inherited from โ€‹

IUIInputData.motionRotation

Defined in โ€‹

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


normalStyle โ€‹

โ€ข Optional normalStyle: IObject

Inherited from โ€‹

IUIInputData.normalStyle

Defined in โ€‹

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


event โ€‹

โ€ข Optional event: IEventParamsMap

Inherited from โ€‹

IUIInputData.event

Defined in โ€‹

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


data โ€‹

โ€ข Optional data: IObject

Inherited from โ€‹

IUIInputData.data

Defined in โ€‹

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


tag โ€‹

โ€ข Optional tag: string

Inherited from โ€‹

IUIInputData.tag

Defined in โ€‹

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


cornerRadius โ€‹

โ€ข Optional cornerRadius: string | IFourNumber

Inherited from โ€‹

IUIInputData.cornerRadius

Defined in โ€‹

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


cornerSmoothing โ€‹

โ€ข Optional cornerSmoothing: number

Inherited from โ€‹

IUIInputData.cornerSmoothing

Defined in โ€‹

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


fill โ€‹

โ€ข Optional fill: IFill

Inherited from โ€‹

IUIInputData.fill

Defined in โ€‹

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


stroke โ€‹

โ€ข Optional stroke: IStroke

Inherited from โ€‹

IUIInputData.stroke

Defined in โ€‹

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


strokeAlign โ€‹

โ€ข Optional strokeAlign: IStrokeAlign

Inherited from โ€‹

IUIInputData.strokeAlign

Defined in โ€‹

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


strokeWidth โ€‹

โ€ข Optional strokeWidth: string | IFourNumber

Inherited from โ€‹

IUIInputData.strokeWidth

Defined in โ€‹

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


strokeWidthFixed โ€‹

โ€ข Optional strokeWidthFixed: boolean

Inherited from โ€‹

IUIInputData.strokeWidthFixed

Defined in โ€‹

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


strokeCap โ€‹

โ€ข Optional strokeCap: IStrokeCap

Inherited from โ€‹

IUIInputData.strokeCap

Defined in โ€‹

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


strokeJoin โ€‹

โ€ข Optional strokeJoin: IStrokeJoin

Inherited from โ€‹

IUIInputData.strokeJoin

Defined in โ€‹

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


dashPattern โ€‹

โ€ข Optional dashPattern: string | number[]

Inherited from โ€‹

IUIInputData.dashPattern

Defined in โ€‹

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


dashOffset โ€‹

โ€ข Optional dashOffset: number

Inherited from โ€‹

IUIInputData.dashOffset

Defined in โ€‹

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


miterLimit โ€‹

โ€ข Optional miterLimit: number

Inherited from โ€‹

IUIInputData.miterLimit

Defined in โ€‹

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


startArrow โ€‹

โ€ข Optional startArrow: IArrowType

Inherited from โ€‹

IUIInputData.startArrow

Defined in โ€‹

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


endArrow โ€‹

โ€ข Optional endArrow: IArrowType

Inherited from โ€‹

IUIInputData.endArrow

Defined in โ€‹

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


fontFamily โ€‹

โ€ข Optional fontFamily: string

Inherited from โ€‹

IUIInputData.fontFamily

Defined in โ€‹

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


fontSize โ€‹

โ€ข Optional fontSize: number

Inherited from โ€‹

IUIInputData.fontSize

Defined in โ€‹

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


fontWeight โ€‹

โ€ข Optional fontWeight: IFontWeight

Inherited from โ€‹

IUIInputData.fontWeight

Defined in โ€‹

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


italic โ€‹

โ€ข Optional italic: boolean

Inherited from โ€‹

IUIInputData.italic

Defined in โ€‹

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


textCase โ€‹

โ€ข Optional textCase: ITextCase

Inherited from โ€‹

IUIInputData.textCase

Defined in โ€‹

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


textDecoration โ€‹

โ€ข Optional textDecoration: ITextDecoration

Inherited from โ€‹

IUIInputData.textDecoration

Defined in โ€‹

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


letterSpacing โ€‹

โ€ข Optional letterSpacing: number | IUnitData

Inherited from โ€‹

IUIInputData.letterSpacing

Defined in โ€‹

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


lineHeight โ€‹

โ€ข Optional lineHeight: number | IUnitData

Inherited from โ€‹

IUIInputData.lineHeight

Defined in โ€‹

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


paraIndent โ€‹

โ€ข Optional paraIndent: number

Inherited from โ€‹

IUIInputData.paraIndent

Defined in โ€‹

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


paraSpacing โ€‹

โ€ข Optional paraSpacing: number

Inherited from โ€‹

IUIInputData.paraSpacing

Defined in โ€‹

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


writingMode โ€‹

โ€ข Optional writingMode: IWritingMode

Inherited from โ€‹

IUIInputData.writingMode

Defined in โ€‹

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


textAlign โ€‹

โ€ข Optional textAlign: ITextAlign

Inherited from โ€‹

IUIInputData.textAlign

Defined in โ€‹

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


verticalAlign โ€‹

โ€ข Optional verticalAlign: IVerticalAlign

Inherited from โ€‹

IUIInputData.verticalAlign

Defined in โ€‹

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


autoSizeAlign โ€‹

โ€ข Optional autoSizeAlign: boolean

Inherited from โ€‹

IUIInputData.autoSizeAlign

Defined in โ€‹

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


textWrap โ€‹

โ€ข Optional textWrap: ITextWrap

Inherited from โ€‹

IUIInputData.textWrap

Defined in โ€‹

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


textOverflow โ€‹

โ€ข Optional textOverflow: string

Inherited from โ€‹

IUIInputData.textOverflow

Defined in โ€‹

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


shadow โ€‹

โ€ข Optional shadow: string | IShadowEffect | IShadowEffect[]

Inherited from โ€‹

IUIInputData.shadow

Defined in โ€‹

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


innerShadow โ€‹

โ€ข Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Inherited from โ€‹

IUIInputData.innerShadow

Defined in โ€‹

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


blur โ€‹

โ€ข Optional blur: number | IBlurEffect

Inherited from โ€‹

IUIInputData.blur

Defined in โ€‹

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


backgroundBlur โ€‹

โ€ข Optional backgroundBlur: number | IBlurEffect

Inherited from โ€‹

IUIInputData.backgroundBlur

Defined in โ€‹

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


grayscale โ€‹

โ€ข Optional grayscale: number | IGrayscaleEffect

Inherited from โ€‹

IUIInputData.grayscale

Defined in โ€‹

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


toPoint โ€‹

โ€ข Optional toPoint: IPointData

Inherited from โ€‹

IUIInputData.toPoint

Defined in โ€‹

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


robot โ€‹

โ€ข Optional robot: IRobotKeyframe | IRobotKeyframe[]

Inherited from โ€‹

IUIInputData.robot

Defined in โ€‹

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


actions โ€‹

โ€ข Optional actions: IRobotActions

Inherited from โ€‹

IUIInputData.actions

Defined in โ€‹

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


action โ€‹

โ€ข Optional action: string

Inherited from โ€‹

IUIInputData.action

Defined in โ€‹

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


now โ€‹

โ€ข Optional now: number

Inherited from โ€‹

IUIInputData.now

Defined in โ€‹

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


FPS โ€‹

โ€ข Optional FPS: number

Inherited from โ€‹

IUIInputData.FPS

Defined in โ€‹

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


loop โ€‹

โ€ข Optional loop: number | boolean

Inherited from โ€‹

IUIInputData.loop

Defined in โ€‹

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


startAngle โ€‹

โ€ข Optional startAngle: number

Inherited from โ€‹

IUIInputData.startAngle

Defined in โ€‹

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


endAngle โ€‹

โ€ข Optional endAngle: number

Inherited from โ€‹

IUIInputData.endAngle

Defined in โ€‹

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


innerRadius โ€‹

โ€ข Optional innerRadius: number

Inherited from โ€‹

IUIInputData.innerRadius

Defined in โ€‹

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


sides โ€‹

โ€ข Optional sides: number

Inherited from โ€‹

IUIInputData.sides

Defined in โ€‹

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


points โ€‹

โ€ข Optional points: number[] | IPointData[]

Inherited from โ€‹

IUIInputData.points

Defined in โ€‹

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


curve โ€‹

โ€ข Optional curve: number | boolean

Inherited from โ€‹

IUIInputData.curve

Defined in โ€‹

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


corners โ€‹

โ€ข Optional corners: number

Inherited from โ€‹

IUIInputData.corners

Defined in โ€‹

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


text โ€‹

โ€ข Optional text: string | number

Inherited from โ€‹

IUIInputData.text

Defined in โ€‹

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


placeholder โ€‹

โ€ข Optional placeholder: string

Inherited from โ€‹

IUIInputData.placeholder

Defined in โ€‹

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


resizeFontSize โ€‹

โ€ข Optional resizeFontSize: boolean

Inherited from โ€‹

IUIInputData.resizeFontSize

Defined in โ€‹

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


boxStyle โ€‹

โ€ข Optional boxStyle: IBackgroundBoxStyle

Inherited from โ€‹

IUIInputData.boxStyle

Defined in โ€‹

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


textEditing โ€‹

โ€ข Optional textEditing: boolean

Inherited from โ€‹

IUIInputData.textEditing

Defined in โ€‹

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


url โ€‹

โ€ข Optional url: string

Inherited from โ€‹

IUIInputData.url

Defined in โ€‹

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


overflow โ€‹

โ€ข Optional overflow: IOverflow

Inherited from โ€‹

IUIInputData.overflow

Defined in โ€‹

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


resizeChildren โ€‹

โ€ข Optional resizeChildren: boolean

Inherited from โ€‹

IUIInputData.resizeChildren

Defined in โ€‹

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


textBox โ€‹

โ€ข Optional textBox: boolean

Inherited from โ€‹

IUIInputData.textBox

Defined in โ€‹

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


animation โ€‹

โ€ข Optional animation: IAnimation | IAnimation[]

Inherited from โ€‹

IUIInputData.animation

Defined in โ€‹

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


animationOut โ€‹

โ€ข Optional animationOut: IAnimation | IAnimation[]

Inherited from โ€‹

IUIInputData.animationOut

Defined in โ€‹

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


transition โ€‹

โ€ข Optional transition: ITransition

Inherited from โ€‹

IUIInputData.transition

Defined in โ€‹

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


transitionOut โ€‹

โ€ข Optional transitionOut: ITransition

Inherited from โ€‹

IUIInputData.transitionOut

Defined in โ€‹

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


states โ€‹

โ€ข Optional states: IStates

Inherited from โ€‹

IUIInputData.states

Defined in โ€‹

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


state โ€‹

โ€ข Optional state: string

Inherited from โ€‹

IUIInputData.state

Defined in โ€‹

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


hoverStyle โ€‹

โ€ข Optional hoverStyle: IStateStyle

Inherited from โ€‹

IUIInputData.hoverStyle

Defined in โ€‹

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


pressStyle โ€‹

โ€ข Optional pressStyle: IStateStyle

Inherited from โ€‹

IUIInputData.pressStyle

Defined in โ€‹

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


focusStyle โ€‹

โ€ข Optional focusStyle: IStateStyle

Inherited from โ€‹

IUIInputData.focusStyle

Defined in โ€‹

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


selectedStyle โ€‹

โ€ข Optional selectedStyle: IStateStyle

Inherited from โ€‹

IUIInputData.selectedStyle

Defined in โ€‹

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


disabledStyle โ€‹

โ€ข Optional disabledStyle: IStateStyle

Inherited from โ€‹

IUIInputData.disabledStyle

Defined in โ€‹

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


placeholderStyle โ€‹

โ€ข Optional placeholderStyle: IStateStyle

Inherited from โ€‹

IUIInputData.placeholderStyle

Defined in โ€‹

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


placeholderColor โ€‹

โ€ข Optional placeholderColor: string

Inherited from โ€‹

IUIInputData.placeholderColor

Defined in โ€‹

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


placeholderDelay โ€‹

โ€ข Optional placeholderDelay: number

Inherited from โ€‹

IUIInputData.placeholderDelay

Defined in โ€‹

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


editConfig โ€‹

โ€ข Optional editConfig: IEditorConfig

Inherited from โ€‹

IUIInputData.editConfig

Defined in โ€‹

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


editOuter โ€‹

โ€ข Optional editOuter: string

Inherited from โ€‹

IUIInputData.editOuter

Defined in โ€‹

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


editInner โ€‹

โ€ข Optional editInner: string

Inherited from โ€‹

IUIInputData.editInner

Defined in โ€‹

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


children โ€‹

โ€ข Optional children: IUIInputData[]

Inherited from โ€‹

IUIInputData.children

Defined in โ€‹

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


matrix โ€‹

โ€ข Optional matrix: IMatrixData

Defined in โ€‹

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

Released under the MIT License.