Skip to content

Interface: IGroupInputData โ€‹

Hierarchy โ€‹

Table of contents โ€‹

Properties โ€‹

Properties โ€‹

id โ€‹

โ€ข Optional id: string

Inherited from โ€‹

IUIBaseInputData.id

Defined in โ€‹

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


name โ€‹

โ€ข Optional name: string

Inherited from โ€‹

IUIBaseInputData.name

Defined in โ€‹

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


className โ€‹

โ€ข Optional className: string

Inherited from โ€‹

IUIBaseInputData.className

Defined in โ€‹

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


blendMode โ€‹

โ€ข Optional blendMode: IBlendMode

Inherited from โ€‹

IUIBaseInputData.blendMode

Defined in โ€‹

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


opacity โ€‹

โ€ข Optional opacity: number

Inherited from โ€‹

IUIBaseInputData.opacity

Defined in โ€‹

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


visible โ€‹

โ€ข Optional visible: boolean | 0

Inherited from โ€‹

IUIBaseInputData.visible

Defined in โ€‹

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


selected โ€‹

โ€ข Optional selected: boolean

Inherited from โ€‹

IUIBaseInputData.selected

Defined in โ€‹

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


disabled โ€‹

โ€ข Optional disabled: boolean

Inherited from โ€‹

IUIBaseInputData.disabled

Defined in โ€‹

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


locked โ€‹

โ€ข Optional locked: boolean

Inherited from โ€‹

IUIBaseInputData.locked

Defined in โ€‹

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


zIndex โ€‹

โ€ข Optional zIndex: number

Inherited from โ€‹

IUIBaseInputData.zIndex

Defined in โ€‹

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


mask โ€‹

โ€ข Optional mask: boolean | IMaskType

Inherited from โ€‹

IUIBaseInputData.mask

Defined in โ€‹

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


eraser โ€‹

โ€ข Optional eraser: boolean | IEraserType

Inherited from โ€‹

IUIBaseInputData.eraser

Defined in โ€‹

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


x โ€‹

โ€ข Optional x: number

Inherited from โ€‹

IUIBaseInputData.x

Defined in โ€‹

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


y โ€‹

โ€ข Optional y: number

Inherited from โ€‹

IUIBaseInputData.y

Defined in โ€‹

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


width โ€‹

โ€ข Optional width: number

Inherited from โ€‹

IUIBaseInputData.width

Defined in โ€‹

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


height โ€‹

โ€ข Optional height: number

Inherited from โ€‹

IUIBaseInputData.height

Defined in โ€‹

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


scaleX โ€‹

โ€ข Optional scaleX: number

Inherited from โ€‹

IUIBaseInputData.scaleX

Defined in โ€‹

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


scaleY โ€‹

โ€ข Optional scaleY: number

Inherited from โ€‹

IUIBaseInputData.scaleY

Defined in โ€‹

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


rotation โ€‹

โ€ข Optional rotation: number

Inherited from โ€‹

IUIBaseInputData.rotation

Defined in โ€‹

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


skewX โ€‹

โ€ข Optional skewX: number

Inherited from โ€‹

IUIBaseInputData.skewX

Defined in โ€‹

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


skewY โ€‹

โ€ข Optional skewY: number

Inherited from โ€‹

IUIBaseInputData.skewY

Defined in โ€‹

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


scale โ€‹

โ€ข Optional scale: number | IPointData

Inherited from โ€‹

IUIBaseInputData.scale

Defined in โ€‹

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


offsetX โ€‹

โ€ข Optional offsetX: number

Inherited from โ€‹

IUIBaseInputData.offsetX

Defined in โ€‹

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


offsetY โ€‹

โ€ข Optional offsetY: number

Inherited from โ€‹

IUIBaseInputData.offsetY

Defined in โ€‹

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


scrollX โ€‹

โ€ข Optional scrollX: number

Inherited from โ€‹

IUIBaseInputData.scrollX

Defined in โ€‹

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


scrollY โ€‹

โ€ข Optional scrollY: number

Inherited from โ€‹

IUIBaseInputData.scrollY

Defined in โ€‹

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


origin โ€‹

โ€ข Optional origin: IUnitPointData | IDirection

Inherited from โ€‹

IUIBaseInputData.origin

Defined in โ€‹

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


around โ€‹

โ€ข Optional around: IUnitPointData | IDirection

Inherited from โ€‹

IUIBaseInputData.around

Defined in โ€‹

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


lazy โ€‹

โ€ข Optional lazy: boolean

Inherited from โ€‹

IUIBaseInputData.lazy

Defined in โ€‹

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


pixelRatio โ€‹

โ€ข Optional pixelRatio: number

Inherited from โ€‹

IUIBaseInputData.pixelRatio

Defined in โ€‹

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


path โ€‹

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

Inherited from โ€‹

IUIBaseInputData.path

Defined in โ€‹

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


windingRule โ€‹

โ€ข Optional windingRule: IWindingRule

Inherited from โ€‹

IUIBaseInputData.windingRule

Defined in โ€‹

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


closed โ€‹

โ€ข Optional closed: boolean

Inherited from โ€‹

IUIBaseInputData.closed

Defined in โ€‹

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


flow โ€‹

โ€ข Optional flow: IFlowType

Inherited from โ€‹

IUIBaseInputData.flow

Defined in โ€‹

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


padding โ€‹

โ€ข Optional padding: IFourNumber

Inherited from โ€‹

IUIBaseInputData.padding

Defined in โ€‹

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


gap โ€‹

โ€ข Optional gap: IGap | IPointGap

Inherited from โ€‹

IUIBaseInputData.gap

Defined in โ€‹

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


flowAlign โ€‹

โ€ข Optional flowAlign: IFlowAxisAlign | IFlowAlign

Inherited from โ€‹

IUIBaseInputData.flowAlign

Defined in โ€‹

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


flowWrap โ€‹

โ€ข Optional flowWrap: IFlowWrap

Inherited from โ€‹

IUIBaseInputData.flowWrap

Defined in โ€‹

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


itemBox โ€‹

โ€ข Optional itemBox: IFlowBoxType

Inherited from โ€‹

IUIBaseInputData.itemBox

Defined in โ€‹

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


inFlow โ€‹

โ€ข Optional inFlow: boolean

Inherited from โ€‹

IUIBaseInputData.inFlow

Defined in โ€‹

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


autoWidth โ€‹

โ€ข Optional autoWidth: IAutoSize

Inherited from โ€‹

IUIBaseInputData.autoWidth

Defined in โ€‹

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


autoHeight โ€‹

โ€ข Optional autoHeight: IAutoSize

Inherited from โ€‹

IUIBaseInputData.autoHeight

Defined in โ€‹

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


lockRatio โ€‹

โ€ข Optional lockRatio: boolean

Inherited from โ€‹

IUIBaseInputData.lockRatio

Defined in โ€‹

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


autoBox โ€‹

โ€ข Optional autoBox: IAutoBoxData | IConstraint

Inherited from โ€‹

IUIBaseInputData.autoBox

Defined in โ€‹

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


widthRange โ€‹

โ€ข Optional widthRange: IRangeSize

Inherited from โ€‹

IUIBaseInputData.widthRange

Defined in โ€‹

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


heightRange โ€‹

โ€ข Optional heightRange: IRangeSize

Inherited from โ€‹

IUIBaseInputData.heightRange

Defined in โ€‹

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


draggable โ€‹

โ€ข Optional draggable: boolean | IAxis

Inherited from โ€‹

IUIBaseInputData.draggable

Defined in โ€‹

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


dragBounds โ€‹

โ€ข Optional dragBounds: "parent" | IBoundsData

Inherited from โ€‹

IUIBaseInputData.dragBounds

Defined in โ€‹

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


editable โ€‹

โ€ข Optional editable: boolean

Inherited from โ€‹

IUIBaseInputData.editable

Defined in โ€‹

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


hittable โ€‹

โ€ข Optional hittable: boolean

Inherited from โ€‹

IUIBaseInputData.hittable

Defined in โ€‹

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


hitFill โ€‹

โ€ข Optional hitFill: IHitType

Inherited from โ€‹

IUIBaseInputData.hitFill

Defined in โ€‹

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


hitStroke โ€‹

โ€ข Optional hitStroke: IHitType

Inherited from โ€‹

IUIBaseInputData.hitStroke

Defined in โ€‹

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


hitBox โ€‹

โ€ข Optional hitBox: boolean

Inherited from โ€‹

IUIBaseInputData.hitBox

Defined in โ€‹

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


hitChildren โ€‹

โ€ข Optional hitChildren: boolean

Inherited from โ€‹

IUIBaseInputData.hitChildren

Defined in โ€‹

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


hitSelf โ€‹

โ€ข Optional hitSelf: boolean

Inherited from โ€‹

IUIBaseInputData.hitSelf

Defined in โ€‹

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


hitRadius โ€‹

โ€ข Optional hitRadius: number

Inherited from โ€‹

IUIBaseInputData.hitRadius

Defined in โ€‹

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


button โ€‹

โ€ข Optional button: boolean

Inherited from โ€‹

IUIBaseInputData.button

Defined in โ€‹

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


cursor โ€‹

โ€ข Optional cursor: ICursorType | ICursorType[]

Inherited from โ€‹

IUIBaseInputData.cursor

Defined in โ€‹

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


motionPath โ€‹

โ€ข Optional motionPath: boolean

Inherited from โ€‹

IUIBaseInputData.motionPath

Defined in โ€‹

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


motionPrecision โ€‹

โ€ข Optional motionPrecision: number

Inherited from โ€‹

IUIBaseInputData.motionPrecision

Defined in โ€‹

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


motion โ€‹

โ€ข Optional motion: number | IUnitData

Inherited from โ€‹

IUIBaseInputData.motion

Defined in โ€‹

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


motionRotation โ€‹

โ€ข Optional motionRotation: number | boolean

Inherited from โ€‹

IUIBaseInputData.motionRotation

Defined in โ€‹

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


normalStyle โ€‹

โ€ข Optional normalStyle: IObject

Inherited from โ€‹

IUIBaseInputData.normalStyle

Defined in โ€‹

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


event โ€‹

โ€ข Optional event: IEventMap

Inherited from โ€‹

IUIBaseInputData.event

Defined in โ€‹

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


data โ€‹

โ€ข Optional data: IObject

Inherited from โ€‹

IUIBaseInputData.data

Defined in โ€‹

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


tag โ€‹

โ€ข Optional tag: string

Inherited from โ€‹

IUIBaseInputData.tag

Defined in โ€‹

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


noBounds โ€‹

โ€ข Optional noBounds: boolean

Inherited from โ€‹

IUIBaseInputData.noBounds

Defined in โ€‹

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


cornerRadius โ€‹

โ€ข Optional cornerRadius: string | IFourNumber

Inherited from โ€‹

IUIBaseInputData.cornerRadius

Defined in โ€‹

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


cornerSmoothing โ€‹

โ€ข Optional cornerSmoothing: number

Inherited from โ€‹

IUIBaseInputData.cornerSmoothing

Defined in โ€‹

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


fill โ€‹

โ€ข Optional fill: IFill

Inherited from โ€‹

IUIBaseInputData.fill

Defined in โ€‹

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


stroke โ€‹

โ€ข Optional stroke: IStroke

Inherited from โ€‹

IUIBaseInputData.stroke

Defined in โ€‹

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


strokeAlign โ€‹

โ€ข Optional strokeAlign: IStrokeAlign

Inherited from โ€‹

IUIBaseInputData.strokeAlign

Defined in โ€‹

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


strokeWidth โ€‹

โ€ข Optional strokeWidth: string | IFourNumber

Inherited from โ€‹

IUIBaseInputData.strokeWidth

Defined in โ€‹

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


strokeWidthFixed โ€‹

โ€ข Optional strokeWidthFixed: boolean

Inherited from โ€‹

IUIBaseInputData.strokeWidthFixed

Defined in โ€‹

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


strokeCap โ€‹

โ€ข Optional strokeCap: IStrokeCap

Inherited from โ€‹

IUIBaseInputData.strokeCap

Defined in โ€‹

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


strokeJoin โ€‹

โ€ข Optional strokeJoin: IStrokeJoin

Inherited from โ€‹

IUIBaseInputData.strokeJoin

Defined in โ€‹

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


dashPattern โ€‹

โ€ข Optional dashPattern: string | number[]

Inherited from โ€‹

IUIBaseInputData.dashPattern

Defined in โ€‹

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


dashOffset โ€‹

โ€ข Optional dashOffset: number

Inherited from โ€‹

IUIBaseInputData.dashOffset

Defined in โ€‹

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


miterLimit โ€‹

โ€ข Optional miterLimit: number

Inherited from โ€‹

IUIBaseInputData.miterLimit

Defined in โ€‹

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


startArrow โ€‹

โ€ข Optional startArrow: IArrowType

Inherited from โ€‹

IUIBaseInputData.startArrow

Defined in โ€‹

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


endArrow โ€‹

โ€ข Optional endArrow: IArrowType

Inherited from โ€‹

IUIBaseInputData.endArrow

Defined in โ€‹

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


fontFamily โ€‹

โ€ข Optional fontFamily: string

Inherited from โ€‹

IUIBaseInputData.fontFamily

Defined in โ€‹

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


fontSize โ€‹

โ€ข Optional fontSize: number

Inherited from โ€‹

IUIBaseInputData.fontSize

Defined in โ€‹

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


fontWeight โ€‹

โ€ข Optional fontWeight: IFontWeight

Inherited from โ€‹

IUIBaseInputData.fontWeight

Defined in โ€‹

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


italic โ€‹

โ€ข Optional italic: boolean

Inherited from โ€‹

IUIBaseInputData.italic

Defined in โ€‹

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


textCase โ€‹

โ€ข Optional textCase: ITextCase

Inherited from โ€‹

IUIBaseInputData.textCase

Defined in โ€‹

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


textDecoration โ€‹

โ€ข Optional textDecoration: ITextDecoration

Inherited from โ€‹

IUIBaseInputData.textDecoration

Defined in โ€‹

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


letterSpacing โ€‹

โ€ข Optional letterSpacing: number | IUnitData

Inherited from โ€‹

IUIBaseInputData.letterSpacing

Defined in โ€‹

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


lineHeight โ€‹

โ€ข Optional lineHeight: number | IUnitData

Inherited from โ€‹

IUIBaseInputData.lineHeight

Defined in โ€‹

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


paraIndent โ€‹

โ€ข Optional paraIndent: number

Inherited from โ€‹

IUIBaseInputData.paraIndent

Defined in โ€‹

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


paraSpacing โ€‹

โ€ข Optional paraSpacing: number

Inherited from โ€‹

IUIBaseInputData.paraSpacing

Defined in โ€‹

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


writingMode โ€‹

โ€ข Optional writingMode: IWritingMode

Inherited from โ€‹

IUIBaseInputData.writingMode

Defined in โ€‹

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


textAlign โ€‹

โ€ข Optional textAlign: ITextAlign

Inherited from โ€‹

IUIBaseInputData.textAlign

Defined in โ€‹

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


verticalAlign โ€‹

โ€ข Optional verticalAlign: IVerticalAlign

Inherited from โ€‹

IUIBaseInputData.verticalAlign

Defined in โ€‹

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


autoSizeAlign โ€‹

โ€ข Optional autoSizeAlign: boolean

Inherited from โ€‹

IUIBaseInputData.autoSizeAlign

Defined in โ€‹

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


textWrap โ€‹

โ€ข Optional textWrap: ITextWrap

Inherited from โ€‹

IUIBaseInputData.textWrap

Defined in โ€‹

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


textOverflow โ€‹

โ€ข Optional textOverflow: string

Inherited from โ€‹

IUIBaseInputData.textOverflow

Defined in โ€‹

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


shadow โ€‹

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

Inherited from โ€‹

IUIBaseInputData.shadow

Defined in โ€‹

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


innerShadow โ€‹

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

Inherited from โ€‹

IUIBaseInputData.innerShadow

Defined in โ€‹

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


blur โ€‹

โ€ข Optional blur: number | IBlurEffect

Inherited from โ€‹

IUIBaseInputData.blur

Defined in โ€‹

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


backgroundBlur โ€‹

โ€ข Optional backgroundBlur: number | IBlurEffect

Inherited from โ€‹

IUIBaseInputData.backgroundBlur

Defined in โ€‹

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


grayscale โ€‹

โ€ข Optional grayscale: number | IGrayscaleEffect

Inherited from โ€‹

IUIBaseInputData.grayscale

Defined in โ€‹

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


animation โ€‹

โ€ข Optional animation: IAnimation | IAnimation[]

Inherited from โ€‹

IUIBaseInputData.animation

Defined in โ€‹

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


animationOut โ€‹

โ€ข Optional animationOut: IAnimation | IAnimation[]

Inherited from โ€‹

IUIBaseInputData.animationOut

Defined in โ€‹

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


transition โ€‹

โ€ข Optional transition: ITransition

Inherited from โ€‹

IUIBaseInputData.transition

Defined in โ€‹

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


transitionOut โ€‹

โ€ข Optional transitionOut: ITransition

Inherited from โ€‹

IUIBaseInputData.transitionOut

Defined in โ€‹

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


states โ€‹

โ€ข Optional states: IStates

Inherited from โ€‹

IUIBaseInputData.states

Defined in โ€‹

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


state โ€‹

โ€ข Optional state: string

Inherited from โ€‹

IUIBaseInputData.state

Defined in โ€‹

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


hoverStyle โ€‹

โ€ข Optional hoverStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.hoverStyle

Defined in โ€‹

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


pressStyle โ€‹

โ€ข Optional pressStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.pressStyle

Defined in โ€‹

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


focusStyle โ€‹

โ€ข Optional focusStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.focusStyle

Defined in โ€‹

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


selectedStyle โ€‹

โ€ข Optional selectedStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.selectedStyle

Defined in โ€‹

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


disabledStyle โ€‹

โ€ข Optional disabledStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.disabledStyle

Defined in โ€‹

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


placeholderStyle โ€‹

โ€ข Optional placeholderStyle: IStateStyle

Inherited from โ€‹

IUIBaseInputData.placeholderStyle

Defined in โ€‹

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


children โ€‹

โ€ข Optional children: IUIInputData[]

Inherited from โ€‹

IUIBaseInputData.children

Defined in โ€‹

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

Released under the MIT License.