Skip to content
导航

Class: UI

Hierarchy

Implements

Table of contents

Accessors

Properties

Methods

Constructors

Accessors

tagName

get tagName(): string

Returns

string

Implementation of

IUI.tagName

Inherited from

Leaf.tagName

Defined in

leafer/packages/display/src/Leaf.ts:19


__tag

get __tag(): string

Returns

string

Implementation of

IUI.__tag

Inherited from

Leaf.__tag

Defined in

leafer/packages/display/src/Leaf.ts:20


__DataProcessor

get __DataProcessor(): typeof LeafData

Returns

typeof LeafData

Implementation of

IUI.__DataProcessor

Inherited from

Leaf.__DataProcessor

Defined in

leafer/packages/display/src/Leaf.ts:24


__LayoutProcessor

get __LayoutProcessor(): typeof LeafLayout

Returns

typeof LeafLayout

Implementation of

IUI.__LayoutProcessor

Inherited from

Leaf.__LayoutProcessor

Defined in

leafer/packages/display/src/Leaf.ts:25


worldTransform

get worldTransform(): IMatrixData

Returns

IMatrixData

Implementation of

IUI.worldTransform

Inherited from

Leaf.worldTransform

Defined in

leafer/packages/display/src/Leaf.ts:42


localTransform

get localTransform(): IMatrixData

Returns

IMatrixData

Implementation of

IUI.localTransform

Inherited from

Leaf.localTransform

Defined in

leafer/packages/display/src/Leaf.ts:43


worldBoxBounds

get worldBoxBounds(): IBoundsData

Returns

IBoundsData

Implementation of

IUI.worldBoxBounds

Inherited from

Leaf.worldBoxBounds

Defined in

leafer/packages/display/src/Leaf.ts:46


worldStrokeBounds

get worldStrokeBounds(): IBoundsData

Returns

IBoundsData

Implementation of

IUI.worldStrokeBounds

Inherited from

Leaf.worldStrokeBounds

Defined in

leafer/packages/display/src/Leaf.ts:47


worldRenderBounds

get worldRenderBounds(): IBoundsData

Returns

IBoundsData

Implementation of

IUI.worldRenderBounds

Inherited from

Leaf.worldRenderBounds

Defined in

leafer/packages/display/src/Leaf.ts:48


worldOpacity

get worldOpacity(): number

Returns

number

Implementation of

IUI.worldOpacity

Inherited from

Leaf.worldOpacity

Defined in

leafer/packages/display/src/Leaf.ts:51

Properties

innerId

Readonly innerId: number

Implementation of

IUI.innerId

Inherited from

Leaf.innerId

Defined in

leafer/packages/display/src/Leaf.ts:22


leafer

Optional leafer: ILeafer

Implementation of

IUI.leafer

Inherited from

Leaf.leafer

Defined in

leafer/packages/display/src/Leaf.ts:27


isLeafer

isLeafer: boolean

Implementation of

IUI.isLeafer

Inherited from

Leaf.isLeafer

Defined in

leafer/packages/display/src/Leaf.ts:30


__isBranch

__isBranch: boolean

Implementation of

IUI.__isBranch

Inherited from

Leaf.__isBranch

Defined in

leafer/packages/display/src/Leaf.ts:31


__isBranchLeaf

__isBranchLeaf: boolean

Implementation of

IUI.__isBranchLeaf

Inherited from

Leaf.__isBranchLeaf

Defined in

leafer/packages/display/src/Leaf.ts:32


__layout

__layout: ILeafLayout

Implementation of

IUI.__layout

Inherited from

Leaf.__layout

Defined in

leafer/packages/display/src/Leaf.ts:35


__local

__local: IMatrixWithBoundsData

Implementation of

IUI.__local

Inherited from

Leaf.__local

Defined in

leafer/packages/display/src/Leaf.ts:37


__world

__world: IMatrixWithBoundsData

Implementation of

IUI.__world

Inherited from

Leaf.__world

Defined in

leafer/packages/display/src/Leaf.ts:38


__worldOpacity

__worldOpacity: number

Implementation of

IUI.__worldOpacity

Inherited from

Leaf.__worldOpacity

Defined in

leafer/packages/display/src/Leaf.ts:39


__level

__level: number

Implementation of

IUI.__level

Inherited from

Leaf.__level

Defined in

leafer/packages/display/src/Leaf.ts:53


__tempNumber

__tempNumber: number

Implementation of

IUI.__tempNumber

Inherited from

Leaf.__tempNumber

Defined in

leafer/packages/display/src/Leaf.ts:54


__hasMask

Optional __hasMask: boolean

Implementation of

IUI.__hasMask

Inherited from

Leaf.__hasMask

Defined in

leafer/packages/display/src/Leaf.ts:56


__hitCanvas

Optional __hitCanvas: ILeaferCanvas

Implementation of

IUI.__hitCanvas

Inherited from

Leaf.__hitCanvas

Defined in

leafer/packages/display/src/Leaf.ts:57


__captureMap

Optional __captureMap: IEventListenerMap

Implementation of

IUI.__captureMap

Inherited from

Leaf.__captureMap

Defined in

leafer/packages/display/src/Leaf.ts:60


__bubbleMap

Optional __bubbleMap: IEventListenerMap

Implementation of

IUI.__bubbleMap

Inherited from

Leaf.__bubbleMap

Defined in

leafer/packages/display/src/Leaf.ts:61


__parentWait

Optional __parentWait: IFunction[]

Implementation of

IUI.__parentWait

Inherited from

Leaf.__parentWait

Defined in

leafer/packages/display/src/Leaf.ts:63


children

Optional children: ILeaf[]

Implementation of

IUI.children

Inherited from

Leaf.children

Defined in

leafer/packages/display/src/Leaf.ts:66


__

__: IUIData

Implementation of

IUI.__

Overrides

Leaf.__

Defined in

ui/packages/display/src/UI.ts:19


parent

Optional parent: IGroup

Implementation of

IUI.parent

Overrides

Leaf.parent

Defined in

ui/packages/display/src/UI.ts:21


id

id: string

Implementation of

IUI.id

Defined in

ui/packages/display/src/UI.ts:27


name

name: string

Implementation of

IUI.name

Defined in

ui/packages/display/src/UI.ts:30


className

className: string

Implementation of

IUI.className

Defined in

ui/packages/display/src/UI.ts:33


blendMode

blendMode: IBlendMode

Implementation of

IUI.blendMode

Defined in

ui/packages/display/src/UI.ts:38


opacity

opacity: number

Implementation of

IUI.opacity

Defined in

ui/packages/display/src/UI.ts:41


visible

visible: boolean

Implementation of

IUI.visible

Defined in

ui/packages/display/src/UI.ts:44


isMask

isMask: boolean

Implementation of

IUI.isMask

Defined in

ui/packages/display/src/UI.ts:47


zIndex

zIndex: number

Implementation of

IUI.zIndex

Defined in

ui/packages/display/src/UI.ts:50


locked

locked: boolean

Defined in

ui/packages/display/src/UI.ts:53


x

x: number

Implementation of

IUI.x

Defined in

ui/packages/display/src/UI.ts:58


y

y: number

Implementation of

IUI.y

Defined in

ui/packages/display/src/UI.ts:61


width

width: number

Implementation of

IUI.width

Defined in

ui/packages/display/src/UI.ts:65


height

height: number

Implementation of

IUI.height

Defined in

ui/packages/display/src/UI.ts:68


scaleX

scaleX: number

Implementation of

IUI.scaleX

Defined in

ui/packages/display/src/UI.ts:73


scaleY

scaleY: number

Implementation of

IUI.scaleY

Defined in

ui/packages/display/src/UI.ts:76


rotation

rotation: number

Implementation of

IUI.rotation

Defined in

ui/packages/display/src/UI.ts:81


skewX

skewX: number

Implementation of

IUI.skewX

Defined in

ui/packages/display/src/UI.ts:85


skewY

skewY: number

Implementation of

IUI.skewY

Defined in

ui/packages/display/src/UI.ts:88


draggable

draggable: boolean

Implementation of

IUI.draggable

Defined in

ui/packages/display/src/UI.ts:92


hittable

hittable: boolean

Implementation of

IUI.hittable

Defined in

ui/packages/display/src/UI.ts:96


hitType

hitType: IHitType

Implementation of

IUI.hitType

Defined in

ui/packages/display/src/UI.ts:99


hitChildren

hitChildren: boolean

Implementation of

IUI.hitChildren

Defined in

ui/packages/display/src/UI.ts:102


fill

fill: string | IPaint | IPaint[]

Implementation of

IUI.fill

Defined in

ui/packages/display/src/UI.ts:110


stroke

stroke: string | IPaint | IPaint[]

Implementation of

IUI.stroke

Defined in

ui/packages/display/src/UI.ts:115


strokeAlign

strokeAlign: IStrokeAlign

Implementation of

IUI.strokeAlign

Defined in

ui/packages/display/src/UI.ts:118


strokeWidth

strokeWidth: string | number | number[]

Implementation of

IUI.strokeWidth

Defined in

ui/packages/display/src/UI.ts:121


strokeCap

strokeCap: IStrokeCap

Implementation of

IUI.strokeCap

Defined in

ui/packages/display/src/UI.ts:124


strokeJoin

strokeJoin: IStrokeJoin

Implementation of

IUI.strokeJoin

Defined in

ui/packages/display/src/UI.ts:127


dashPattern

dashPattern: string | number[]

Implementation of

IUI.dashPattern

Defined in

ui/packages/display/src/UI.ts:130


dashOffset

dashOffset: number

Implementation of

IUI.dashOffset

Defined in

ui/packages/display/src/UI.ts:133


miterLimit

miterLimit: number

Implementation of

IUI.miterLimit

Defined in

ui/packages/display/src/UI.ts:136


cornerRadius

cornerRadius: string | number | number[]

Implementation of

IUI.cornerRadius

Defined in

ui/packages/display/src/UI.ts:142


cornerSmoothing

cornerSmoothing: number

Implementation of

IUI.cornerSmoothing

Defined in

ui/packages/display/src/UI.ts:145


shadow

shadow: string | IShadowEffect | IShadowEffect[]

Implementation of

IUI.shadow

Defined in

ui/packages/display/src/UI.ts:150


innerShadow

innerShadow: string | IShadowEffect | IShadowEffect[]

Implementation of

IUI.innerShadow

Defined in

ui/packages/display/src/UI.ts:153


blur

blur: number | IBlurEffect

Implementation of

IUI.blur

Defined in

ui/packages/display/src/UI.ts:156


backgroundBlur

backgroundBlur: number | IBlurEffect

Implementation of

IUI.backgroundBlur

Defined in

ui/packages/display/src/UI.ts:159


grayscale

grayscale: number | IGrayscaleEffect

Implementation of

IUI.grayscale

Defined in

ui/packages/display/src/UI.ts:162

Methods

__addParentWait

__addParentWait(item): void

Parameters

NameType
itemIFunction

Returns

void

Implementation of

IUI.__addParentWait

Inherited from

Leaf.__addParentWait

Defined in

leafer/packages/display/src/Leaf.ts:84


__runParentWait

__runParentWait(): void

Returns

void

Implementation of

IUI.__runParentWait

Inherited from

Leaf.__runParentWait

Defined in

leafer/packages/display/src/Leaf.ts:88


__bindLeafer

__bindLeafer(leafer): void

Parameters

NameType
leaferILeafer

Returns

void

Implementation of

IUI.__bindLeafer

Inherited from

Leaf.__bindLeafer

Defined in

leafer/packages/display/src/Leaf.ts:96


__setAttr

__setAttr(_attrName, _newValue): void

Parameters

NameType
_attrNamestring
_newValueunknown

Returns

void

Implementation of

IUI.__setAttr

Inherited from

Leaf.__setAttr

Defined in

leafer/packages/display/src/Leaf.ts:117


__getAttr

__getAttr(_attrName): unknown

Parameters

NameType
_attrNamestring

Returns

unknown

Implementation of

IUI.__getAttr

Inherited from

Leaf.__getAttr

Defined in

leafer/packages/display/src/Leaf.ts:119


__updateAttr

__updateAttr(_attrName): void

Parameters

NameType
_attrNamestring

Returns

void

Implementation of

IUI.__updateAttr

Inherited from

Leaf.__updateAttr

Defined in

leafer/packages/display/src/Leaf.ts:121


__updateWorldMatrix

__updateWorldMatrix(): void

Returns

void

Implementation of

IUI.__updateWorldMatrix

Inherited from

Leaf.__updateWorldMatrix

Defined in

leafer/packages/display/src/Leaf.ts:128


__updateLocalMatrix

__updateLocalMatrix(): void

Returns

void

Implementation of

IUI.__updateLocalMatrix

Inherited from

Leaf.__updateLocalMatrix

Defined in

leafer/packages/display/src/Leaf.ts:130


__updateWorldBounds

__updateWorldBounds(): void

Returns

void

Implementation of

IUI.__updateWorldBounds

Inherited from

Leaf.__updateWorldBounds

Defined in

leafer/packages/display/src/Leaf.ts:136


__updateLocalBoxBounds

__updateLocalBoxBounds(): void

Returns

void

Implementation of

IUI.__updateLocalBoxBounds

Inherited from

Leaf.__updateLocalBoxBounds

Defined in

leafer/packages/display/src/Leaf.ts:139


__updateLocalStrokeBounds

__updateLocalStrokeBounds(): void

Returns

void

Implementation of

IUI.__updateLocalStrokeBounds

Inherited from

Leaf.__updateLocalStrokeBounds

Defined in

leafer/packages/display/src/Leaf.ts:141


__updateLocalRenderBounds

__updateLocalRenderBounds(): void

Returns

void

Implementation of

IUI.__updateLocalRenderBounds

Inherited from

Leaf.__updateLocalRenderBounds

Defined in

leafer/packages/display/src/Leaf.ts:143


__updateBoxBounds

__updateBoxBounds(): void

Returns

void

Implementation of

IUI.__updateBoxBounds

Inherited from

Leaf.__updateBoxBounds

Defined in

leafer/packages/display/src/Leaf.ts:147


__updateStrokeBounds

__updateStrokeBounds(): void

Returns

void

Implementation of

IUI.__updateStrokeBounds

Inherited from

Leaf.__updateStrokeBounds

Defined in

leafer/packages/display/src/Leaf.ts:149


__updateRenderBounds

__updateRenderBounds(): void

Returns

void

Implementation of

IUI.__updateRenderBounds

Inherited from

Leaf.__updateRenderBounds

Defined in

leafer/packages/display/src/Leaf.ts:151


__updateStrokeBoundsSpreadWidth

__updateStrokeBoundsSpreadWidth(): number

Returns

number

Implementation of

IUI.__updateStrokeBoundsSpreadWidth

Inherited from

Leaf.__updateStrokeBoundsSpreadWidth

Defined in

leafer/packages/display/src/Leaf.ts:154


__updateRenderBoundsSpreadWidth

__updateRenderBoundsSpreadWidth(): number

Returns

number

Implementation of

IUI.__updateRenderBoundsSpreadWidth

Inherited from

Leaf.__updateRenderBoundsSpreadWidth

Defined in

leafer/packages/display/src/Leaf.ts:156


__onUpdateSize

__onUpdateSize(): void

Returns

void

Implementation of

IUI.__onUpdateSize

Inherited from

Leaf.__onUpdateSize

Defined in

leafer/packages/display/src/Leaf.ts:159


getWorld

getWorld(attrName): number

Parameters

NameType
attrNameIMatrixDecompositionAttr

Returns

number

Implementation of

IUI.getWorld

Inherited from

Leaf.getWorld

Defined in

leafer/packages/display/src/Leaf.ts:166


getBounds

getBounds(type, locationType?): IBoundsData

Parameters

NameTypeDefault value
typeILayoutBoundsTypeundefined
locationTypeILayoutLocationType'world'

Returns

IBoundsData

Implementation of

IUI.getBounds

Inherited from

Leaf.getBounds

Defined in

leafer/packages/display/src/Leaf.ts:170


worldToLocal

worldToLocal(world, to?, isMovePoint?): void

Parameters

NameType
worldIPointData
to?IPointData
isMovePoint?boolean

Returns

void

Implementation of

IUI.worldToLocal

Inherited from

Leaf.worldToLocal

Defined in

leafer/packages/display/src/Leaf.ts:175


localToWorld

localToWorld(local, to?, isMovePoint?): void

Parameters

NameType
localIPointData
to?IPointData
isMovePoint?boolean

Returns

void

Implementation of

IUI.localToWorld

Inherited from

Leaf.localToWorld

Defined in

leafer/packages/display/src/Leaf.ts:183


worldToInner

worldToInner(world, to?, isMovePoint?): void

Parameters

NameType
worldIPointData
to?IPointData
isMovePoint?boolean

Returns

void

Implementation of

IUI.worldToInner

Inherited from

Leaf.worldToInner

Defined in

leafer/packages/display/src/Leaf.ts:191


innerToWorld

innerToWorld(inner, to?, isMovePoint?): void

Parameters

NameType
innerIPointData
to?IPointData
isMovePoint?boolean

Returns

void

Implementation of

IUI.innerToWorld

Inherited from

Leaf.innerToWorld

Defined in

leafer/packages/display/src/Leaf.ts:195


__hitWorld

__hitWorld(_point): boolean

Parameters

NameType
_pointIRadiusPointData

Returns

boolean

Implementation of

IUI.__hitWorld

Inherited from

Leaf.__hitWorld

Defined in

leafer/packages/display/src/Leaf.ts:202


__hit

__hit(_local): boolean

Parameters

NameType
_localIRadiusPointData

Returns

boolean

Implementation of

IUI.__hit

Inherited from

Leaf.__hit

Defined in

leafer/packages/display/src/Leaf.ts:204


__drawHitPath

__drawHitPath(_canvas): void

Parameters

NameType
_canvasILeaferCanvas

Returns

void

Implementation of

IUI.__drawHitPath

Inherited from

Leaf.__drawHitPath

Defined in

leafer/packages/display/src/Leaf.ts:206


__updateHitCanvas

__updateHitCanvas(): void

Returns

void

Implementation of

IUI.__updateHitCanvas

Inherited from

Leaf.__updateHitCanvas

Defined in

leafer/packages/display/src/Leaf.ts:208


__render

__render(_canvas, _options): void

Parameters

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns

void

Implementation of

IUI.__render

Inherited from

Leaf.__render

Defined in

leafer/packages/display/src/Leaf.ts:215


__drawFast

__drawFast(_canvas, _options): void

Parameters

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns

void

Implementation of

IUI.__drawFast

Inherited from

Leaf.__drawFast

Defined in

leafer/packages/display/src/Leaf.ts:217


__draw

__draw(_canvas, _options): void

Parameters

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns

void

Implementation of

IUI.__draw

Inherited from

Leaf.__draw

Defined in

leafer/packages/display/src/Leaf.ts:219


__renderShape

__renderShape(_canvas, _options): void

Parameters

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns

void

Implementation of

IUI.__renderShape

Inherited from

Leaf.__renderShape

Defined in

leafer/packages/display/src/Leaf.ts:221


__updateWorldOpacity

__updateWorldOpacity(): void

Returns

void

Implementation of

IUI.__updateWorldOpacity

Inherited from

Leaf.__updateWorldOpacity

Defined in

leafer/packages/display/src/Leaf.ts:224


__updateRenderTime

__updateRenderTime(): void

Returns

void

Implementation of

IUI.__updateRenderTime

Inherited from

Leaf.__updateRenderTime

Defined in

leafer/packages/display/src/Leaf.ts:226


__updateChange

__updateChange(): void

Returns

void

Implementation of

IUI.__updateChange

Inherited from

Leaf.__updateChange

Defined in

leafer/packages/display/src/Leaf.ts:228


__updatePath

__updatePath(): void

Returns

void

Implementation of

IUI.__updatePath

Inherited from

Leaf.__updatePath

Defined in

leafer/packages/display/src/Leaf.ts:239


__updateSortChildren

__updateSortChildren(): void

Returns

void

Implementation of

IUI.__updateSortChildren

Inherited from

Leaf.__updateSortChildren

Defined in

leafer/packages/display/src/Leaf.ts:246


add

add(_child, _index?): void

Parameters

NameType
_childILeaf
_index?number

Returns

void

Implementation of

IUI.add

Inherited from

Leaf.add

Defined in

leafer/packages/display/src/Leaf.ts:248


remove

remove(_child?): void

Parameters

NameType
_child?ILeaf

Returns

void

Implementation of

IUI.remove

Inherited from

Leaf.remove

Defined in

leafer/packages/display/src/Leaf.ts:250


on

on(_type, _listener, _options?): void

Parameters

NameType
_typestring | string[]
_listenerIFunction
_options?boolean | IEventListenerOptions

Returns

void

Implementation of

IUI.on

Inherited from

Leaf.on

Defined in

leafer/packages/display/src/Leaf.ts:259


off

off(_type, _listener, _options?): void

Parameters

NameType
_typestring | string[]
_listenerIFunction
_options?boolean | IEventListenerOptions

Returns

void

Implementation of

IUI.off

Inherited from

Leaf.off

Defined in

leafer/packages/display/src/Leaf.ts:261


on__

on__(_type, _listener, _bind?, _options?): IEventListenerId

Parameters

NameType
_typestring | string[]
_listenerIFunction
_bind?IObject
_options?boolean | IEventListenerOptions

Returns

IEventListenerId

Implementation of

IUI.on__

Inherited from

Leaf.on__

Defined in

leafer/packages/display/src/Leaf.ts:263


off__

off__(_id): void

Parameters

NameType
_idIEventListenerId | IEventListenerId[]

Returns

void

Implementation of

IUI.off__

Inherited from

Leaf.off__

Defined in

leafer/packages/display/src/Leaf.ts:265


once

once(_type, _listener, _capture?): void

Parameters

NameType
_typestring | string[]
_listenerIFunction
_capture?boolean

Returns

void

Implementation of

IUI.once

Inherited from

Leaf.once

Defined in

leafer/packages/display/src/Leaf.ts:267


emit

emit(_type, _event?, _capture?): void

Parameters

NameType
_typestring
_event?IObject | IEvent
_capture?boolean

Returns

void

Implementation of

IUI.emit

Inherited from

Leaf.emit

Defined in

leafer/packages/display/src/Leaf.ts:269


emitEvent

emitEvent(_event?, _capture?): void

Parameters

NameType
_event?IEvent
_capture?boolean

Returns

void

Implementation of

IUI.emitEvent

Inherited from

Leaf.emitEvent

Defined in

leafer/packages/display/src/Leaf.ts:271


hasEvent

hasEvent(_type, _capture?): boolean

Parameters

NameType
_typestring
_capture?boolean

Returns

boolean

Implementation of

IUI.hasEvent

Inherited from

Leaf.hasEvent

Defined in

leafer/packages/display/src/Leaf.ts:273


destroy

destroy(): void

Returns

void

Implementation of

IUI.destroy

Inherited from

Leaf.destroy

Defined in

leafer/packages/display/src/Leaf.ts:277


make

Static make(data, x?, y?, width?, height?): IUI

Parameters

NameType
dataIUITagInputData
x?number
y?number
width?number
height?number

Returns

IUI

Defined in

ui/packages/display/src/UI.ts:198


set

set(data): void

Parameters

NameType
dataIUITagInputData

Returns

void

Implementation of

IUI.set

Overrides

Leaf.set

Defined in

ui/packages/display/src/UI.ts:170


get

get(): IUITagInputData

Returns

IUITagInputData

Implementation of

IUI.get

Overrides

Leaf.get

Defined in

ui/packages/display/src/UI.ts:174


__updateRenderPath

__updateRenderPath(): void

Returns

void

Implementation of

IUI.__updateRenderPath

Overrides

Leaf.__updateRenderPath

Defined in

ui/packages/display/src/UI.ts:178


__drawRenderPath

__drawRenderPath(canvas): void

Parameters

NameType
canvasILeaferCanvas

Returns

void

Implementation of

IUI.__drawRenderPath

Overrides

Leaf.__drawRenderPath

Defined in

ui/packages/display/src/UI.ts:185


__drawPath

__drawPath(canvas): void

Parameters

NameType
canvasILeaferCanvas

Returns

void

Implementation of

IUI.__drawPath

Overrides

Leaf.__drawPath

Defined in

ui/packages/display/src/UI.ts:190


__drawPathByData

__drawPathByData(_drawer, _data): void

Parameters

NameType
_drawerIPathDrawer
_dataIPathCommandData

Returns

void

Implementation of

IUI.__drawPathByData

Defined in

ui/packages/display/src/UI.ts:195

Constructors

constructor

new UI(data?)

Parameters

NameType
data?IUIInputData

Overrides

Leaf.constructor

Defined in

ui/packages/display/src/UI.ts:165

Released under the MIT License.