Skip to content

Class: Flow ​

Hierarchy ​

Implements ​

Table of contents ​

Constructors ​

Properties ​

Accessors ​

Methods ​

Constructors ​

constructor ​

â€ĸ new Flow(data?): Flow

Parameters ​

NameType
data?IFlowInputData

Returns ​

Flow

Overrides ​

Box.constructor

Defined in ​

in/packages/flow/src/Flow.ts:18

Properties ​

__ ​

â€ĸ __: IFlowData

Implementation of ​

IFlow.__

Overrides ​

Box.__

Defined in ​

in/packages/flow/src/Flow.ts:13


flow ​

â€ĸ Optional flow: IFlowType

Implementation of ​

IFlow.flow

Overrides ​

Box.flow

Defined in ​

in/packages/flow/src/Flow.ts:16


innerId ​

â€ĸ Readonly innerId: number

Implementation of ​

IFlow.innerId

Inherited from ​

Box.innerId

Defined in ​

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


__layout ​

â€ĸ __layout: ILeafLayout

Implementation of ​

IFlow.__layout

Inherited from ​

Box.__layout

Defined in ​

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


__world ​

â€ĸ __world: IMatrixWithBoundsScaleData

Implementation of ​

IFlow.__world

Inherited from ​

Box.__world

Defined in ​

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


__local ​

â€ĸ Optional __local: IMatrixWithBoundsData

Implementation of ​

IFlow.__local

Inherited from ​

Box.__local

Defined in ​

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


__nowWorld ​

â€ĸ Optional __nowWorld: IMatrixWithBoundsScaleData

Implementation of ​

IFlow.__nowWorld

Inherited from ​

Box.__nowWorld

Defined in ​

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


__cameraWorld ​

â€ĸ Optional __cameraWorld: IMatrixWithBoundsScaleData

Implementation of ​

IFlow.__cameraWorld

Inherited from ​

Box.__cameraWorld

Defined in ​

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


__worldOpacity ​

â€ĸ __worldOpacity: number

Implementation of ​

IFlow.__worldOpacity

Inherited from ​

Box.__worldOpacity

Defined in ​

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


__level ​

â€ĸ __level: number

Implementation of ​

IFlow.__level

Inherited from ​

Box.__level

Defined in ​

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


__tempNumber ​

â€ĸ __tempNumber: number

Implementation of ​

IFlow.__tempNumber

Inherited from ​

Box.__tempNumber

Defined in ​

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


__hasAutoLayout ​

â€ĸ Optional __hasAutoLayout: boolean

Implementation of ​

IFlow.__hasAutoLayout

Inherited from ​

Box.__hasAutoLayout

Defined in ​

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


__hasMask ​

â€ĸ Optional __hasMask: boolean

Implementation of ​

IFlow.__hasMask

Inherited from ​

Box.__hasMask

Defined in ​

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


__hasEraser ​

â€ĸ Optional __hasEraser: boolean

Implementation of ​

IFlow.__hasEraser

Inherited from ​

Box.__hasEraser

Defined in ​

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


__hitCanvas ​

â€ĸ Optional __hitCanvas: IHitCanvas

Implementation of ​

IFlow.__hitCanvas

Inherited from ​

Box.__hitCanvas

Defined in ​

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


__captureMap ​

â€ĸ Optional __captureMap: IEventListenerMap

Implementation of ​

IFlow.__captureMap

Inherited from ​

Box.__captureMap

Defined in ​

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


__bubbleMap ​

â€ĸ Optional __bubbleMap: IEventListenerMap

Implementation of ​

IFlow.__bubbleMap

Inherited from ​

Box.__bubbleMap

Defined in ​

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


__parentWait ​

â€ĸ Optional __parentWait: IFunction[]

Implementation of ​

IFlow.__parentWait

Inherited from ​

Box.__parentWait

Defined in ​

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


__leaferWait ​

â€ĸ Optional __leaferWait: IFunction[]

Implementation of ​

IFlow.__leaferWait

Inherited from ​

Box.__leaferWait

Defined in ​

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


noBounds ​

â€ĸ Optional noBounds: boolean

Implementation of ​

IFlow.noBounds

Inherited from ​

Box.noBounds

Defined in ​

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


destroyed ​

â€ĸ destroyed: boolean

Implementation of ​

IFlow.destroyed

Inherited from ​

Box.destroyed

Defined in ​

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


resizeChildren ​

â€ĸ Optional resizeChildren: boolean

Implementation of ​

IFlow.resizeChildren

Inherited from ​

Box.resizeChildren

Defined in ​

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


overflow ​

â€ĸ Optional overflow: IOverflow

Implementation of ​

IFlow.overflow

Inherited from ​

Box.overflow

Defined in ​

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


isOverflow ​

â€ĸ isOverflow: boolean

Inherited from ​

Box.isOverflow

Defined in ​

ui/packages/display/src/Box.ts:32


children ​

â€ĸ children: IUI[]

Implementation of ​

IFlow.children

Inherited from ​

Box.children

Defined in ​

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


proxyData ​

â€ĸ Optional proxyData: IUIInputData

Implementation of ​

IFlow.proxyData

Inherited from ​

Box.proxyData

Defined in ​

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


__proxyData ​

â€ĸ Optional __proxyData: IUIInputData

Implementation of ​

IFlow.__proxyData

Inherited from ​

Box.__proxyData

Defined in ​

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


leafer ​

â€ĸ Optional leafer: ILeafer

Implementation of ​

IFlow.leafer

Inherited from ​

Box.leafer

Defined in ​

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


parent ​

â€ĸ Optional parent: IGroup

Implementation of ​

IFlow.parent

Inherited from ​

Box.parent

Defined in ​

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


zoomLayer ​

â€ĸ zoomLayer: IGroup

Implementation of ​

IFlow.zoomLayer

Inherited from ​

Box.zoomLayer

Defined in ​

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


id ​

â€ĸ Optional id: string

Implementation of ​

IFlow.id

Inherited from ​

Box.id

Defined in ​

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


name ​

â€ĸ Optional name: string

Implementation of ​

IFlow.name

Inherited from ​

Box.name

Defined in ​

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


className ​

â€ĸ Optional className: string

Implementation of ​

IFlow.className

Inherited from ​

Box.className

Defined in ​

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


blendMode ​

â€ĸ Optional blendMode: IBlendMode

Implementation of ​

IFlow.blendMode

Inherited from ​

Box.blendMode

Defined in ​

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


opacity ​

â€ĸ Optional opacity: number

Implementation of ​

IFlow.opacity

Inherited from ​

Box.opacity

Defined in ​

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


visible ​

â€ĸ Optional visible: boolean | 0

Implementation of ​

IFlow.visible

Inherited from ​

Box.visible

Defined in ​

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


selected ​

â€ĸ Optional selected: boolean

Implementation of ​

IFlow.selected

Inherited from ​

Box.selected

Defined in ​

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


disabled ​

â€ĸ Optional disabled: boolean

Implementation of ​

IFlow.disabled

Inherited from ​

Box.disabled

Defined in ​

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


locked ​

â€ĸ Optional locked: boolean

Implementation of ​

IFlow.locked

Inherited from ​

Box.locked

Defined in ​

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


zIndex ​

â€ĸ Optional zIndex: number

Implementation of ​

IFlow.zIndex

Inherited from ​

Box.zIndex

Defined in ​

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


mask ​

â€ĸ Optional mask: boolean | IMaskType

Implementation of ​

IFlow.mask

Inherited from ​

Box.mask

Defined in ​

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


eraser ​

â€ĸ Optional eraser: boolean | IEraserType

Implementation of ​

IFlow.eraser

Inherited from ​

Box.eraser

Defined in ​

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


x ​

â€ĸ Optional x: number

Implementation of ​

IFlow.x

Inherited from ​

Box.x

Defined in ​

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


y ​

â€ĸ Optional y: number

Implementation of ​

IFlow.y

Inherited from ​

Box.y

Defined in ​

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


width ​

â€ĸ Optional width: number

Implementation of ​

IFlow.width

Inherited from ​

Box.width

Defined in ​

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


height ​

â€ĸ Optional height: number

Implementation of ​

IFlow.height

Inherited from ​

Box.height

Defined in ​

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


scaleX ​

â€ĸ Optional scaleX: number

Implementation of ​

IFlow.scaleX

Inherited from ​

Box.scaleX

Defined in ​

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


scaleY ​

â€ĸ Optional scaleY: number

Implementation of ​

IFlow.scaleY

Inherited from ​

Box.scaleY

Defined in ​

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


rotation ​

â€ĸ Optional rotation: number

Implementation of ​

IFlow.rotation

Inherited from ​

Box.rotation

Defined in ​

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


skewX ​

â€ĸ Optional skewX: number

Implementation of ​

IFlow.skewX

Inherited from ​

Box.skewX

Defined in ​

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


skewY ​

â€ĸ Optional skewY: number

Implementation of ​

IFlow.skewY

Inherited from ​

Box.skewY

Defined in ​

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


offsetX ​

â€ĸ Optional offsetX: number

Implementation of ​

IFlow.offsetX

Inherited from ​

Box.offsetX

Defined in ​

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


offsetY ​

â€ĸ Optional offsetY: number

Implementation of ​

IFlow.offsetY

Inherited from ​

Box.offsetY

Defined in ​

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


scrollX ​

â€ĸ Optional scrollX: number

Implementation of ​

IFlow.scrollX

Inherited from ​

Box.scrollX

Defined in ​

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


scrollY ​

â€ĸ Optional scrollY: number

Implementation of ​

IFlow.scrollY

Inherited from ​

Box.scrollY

Defined in ​

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


origin ​

â€ĸ Optional origin: IUnitPointData | IDirection

Implementation of ​

IFlow.origin

Inherited from ​

Box.origin

Defined in ​

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


around ​

â€ĸ Optional around: IUnitPointData | IDirection

Implementation of ​

IFlow.around

Inherited from ​

Box.around

Defined in ​

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


lazy ​

â€ĸ Optional lazy: boolean

Implementation of ​

IFlow.lazy

Inherited from ​

Box.lazy

Defined in ​

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


pixelRatio ​

â€ĸ Optional pixelRatio: number

Implementation of ​

IFlow.pixelRatio

Inherited from ​

Box.pixelRatio

Defined in ​

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


path ​

â€ĸ Optional path: string | IPathCommandData

Implementation of ​

IFlow.path

Inherited from ​

Box.path

Defined in ​

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


windingRule ​

â€ĸ Optional windingRule: IWindingRule

Implementation of ​

IFlow.windingRule

Inherited from ​

Box.windingRule

Defined in ​

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


closed ​

â€ĸ Optional closed: boolean

Implementation of ​

IFlow.closed

Inherited from ​

Box.closed

Defined in ​

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


padding ​

â€ĸ Optional padding: IFourNumber

Implementation of ​

IFlow.padding

Inherited from ​

Box.padding

Defined in ​

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


gap ​

â€ĸ Optional gap: IGap | IPointGap

Implementation of ​

IFlow.gap

Inherited from ​

Box.gap

Defined in ​

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


flowAlign ​

â€ĸ Optional flowAlign: IFlowAlign | IFlowAxisAlign

Implementation of ​

IFlow.flowAlign

Inherited from ​

Box.flowAlign

Defined in ​

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


flowWrap ​

â€ĸ Optional flowWrap: IFlowWrap

Implementation of ​

IFlow.flowWrap

Inherited from ​

Box.flowWrap

Defined in ​

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


itemBox ​

â€ĸ Optional itemBox: IFlowBoxType

Implementation of ​

IFlow.itemBox

Inherited from ​

Box.itemBox

Defined in ​

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


inFlow ​

â€ĸ Optional inFlow: boolean

Implementation of ​

IFlow.inFlow

Inherited from ​

Box.inFlow

Defined in ​

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


autoWidth ​

â€ĸ Optional autoWidth: IAutoSize

Implementation of ​

IFlow.autoWidth

Inherited from ​

Box.autoWidth

Defined in ​

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


autoHeight ​

â€ĸ Optional autoHeight: IAutoSize

Implementation of ​

IFlow.autoHeight

Inherited from ​

Box.autoHeight

Defined in ​

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


lockRatio ​

â€ĸ Optional lockRatio: boolean

Implementation of ​

IFlow.lockRatio

Inherited from ​

Box.lockRatio

Defined in ​

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


autoBox ​

â€ĸ Optional autoBox: IAutoBoxData | IConstraint

Implementation of ​

IFlow.autoBox

Inherited from ​

Box.autoBox

Defined in ​

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


widthRange ​

â€ĸ Optional widthRange: IRangeSize

Implementation of ​

IFlow.widthRange

Inherited from ​

Box.widthRange

Defined in ​

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


heightRange ​

â€ĸ Optional heightRange: IRangeSize

Implementation of ​

IFlow.heightRange

Inherited from ​

Box.heightRange

Defined in ​

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


draggable ​

â€ĸ Optional draggable: boolean | IAxis

Implementation of ​

IFlow.draggable

Inherited from ​

Box.draggable

Defined in ​

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


dragBounds ​

â€ĸ Optional dragBounds: "parent" | IBoundsData

Implementation of ​

IFlow.dragBounds

Inherited from ​

Box.dragBounds

Defined in ​

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


editable ​

â€ĸ Optional editable: boolean

Implementation of ​

IFlow.editable

Inherited from ​

Box.editable

Defined in ​

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


hittable ​

â€ĸ Optional hittable: boolean

Implementation of ​

IFlow.hittable

Inherited from ​

Box.hittable

Defined in ​

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


hitFill ​

â€ĸ Optional hitFill: IHitType

Implementation of ​

IFlow.hitFill

Inherited from ​

Box.hitFill

Defined in ​

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


hitStroke ​

â€ĸ Optional hitStroke: IHitType

Implementation of ​

IFlow.hitStroke

Inherited from ​

Box.hitStroke

Defined in ​

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


hitBox ​

â€ĸ Optional hitBox: boolean

Implementation of ​

IFlow.hitBox

Inherited from ​

Box.hitBox

Defined in ​

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


hitChildren ​

â€ĸ Optional hitChildren: boolean

Implementation of ​

IFlow.hitChildren

Inherited from ​

Box.hitChildren

Defined in ​

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


hitSelf ​

â€ĸ Optional hitSelf: boolean

Implementation of ​

IFlow.hitSelf

Inherited from ​

Box.hitSelf

Defined in ​

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


hitRadius ​

â€ĸ Optional hitRadius: number

Implementation of ​

IFlow.hitRadius

Inherited from ​

Box.hitRadius

Defined in ​

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


cursor ​

â€ĸ Optional cursor: ICursorType | ICursorType[]

Implementation of ​

IFlow.cursor

Inherited from ​

Box.cursor

Defined in ​

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


fill ​

â€ĸ Optional fill: IFill

Implementation of ​

IFlow.fill

Inherited from ​

Box.fill

Defined in ​

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


stroke ​

â€ĸ Optional stroke: IStroke

Implementation of ​

IFlow.stroke

Inherited from ​

Box.stroke

Defined in ​

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


strokeAlign ​

â€ĸ Optional strokeAlign: IStrokeAlign

Implementation of ​

IFlow.strokeAlign

Inherited from ​

Box.strokeAlign

Defined in ​

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


strokeWidth ​

â€ĸ Optional strokeWidth: string | IFourNumber

Implementation of ​

IFlow.strokeWidth

Inherited from ​

Box.strokeWidth

Defined in ​

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


strokeWidthFixed ​

â€ĸ Optional strokeWidthFixed: boolean

Implementation of ​

IFlow.strokeWidthFixed

Inherited from ​

Box.strokeWidthFixed

Defined in ​

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


strokeCap ​

â€ĸ Optional strokeCap: IStrokeCap

Implementation of ​

IFlow.strokeCap

Inherited from ​

Box.strokeCap

Defined in ​

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


strokeJoin ​

â€ĸ Optional strokeJoin: IStrokeJoin

Implementation of ​

IFlow.strokeJoin

Inherited from ​

Box.strokeJoin

Defined in ​

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


dashPattern ​

â€ĸ Optional dashPattern: string | number[]

Implementation of ​

IFlow.dashPattern

Inherited from ​

Box.dashPattern

Defined in ​

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


dashOffset ​

â€ĸ Optional dashOffset: number

Implementation of ​

IFlow.dashOffset

Inherited from ​

Box.dashOffset

Defined in ​

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


miterLimit ​

â€ĸ Optional miterLimit: number

Implementation of ​

IFlow.miterLimit

Inherited from ​

Box.miterLimit

Defined in ​

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


startArrow ​

â€ĸ Optional startArrow: IArrowType

Implementation of ​

IFlow.startArrow

Inherited from ​

Box.startArrow

Defined in ​

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


endArrow ​

â€ĸ Optional endArrow: IArrowType

Implementation of ​

IFlow.endArrow

Inherited from ​

Box.endArrow

Defined in ​

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


cornerRadius ​

â€ĸ Optional cornerRadius: string | IFourNumber

Implementation of ​

IFlow.cornerRadius

Inherited from ​

Box.cornerRadius

Defined in ​

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


cornerSmoothing ​

â€ĸ Optional cornerSmoothing: number

Implementation of ​

IFlow.cornerSmoothing

Inherited from ​

Box.cornerSmoothing

Defined in ​

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


shadow ​

â€ĸ Optional shadow: string | IShadowEffect | IShadowEffect[]

Implementation of ​

IFlow.shadow

Inherited from ​

Box.shadow

Defined in ​

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


innerShadow ​

â€ĸ Optional innerShadow: string | IShadowEffect | IShadowEffect[]

Implementation of ​

IFlow.innerShadow

Inherited from ​

Box.innerShadow

Defined in ​

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


blur ​

â€ĸ Optional blur: number | IBlurEffect

Implementation of ​

IFlow.blur

Inherited from ​

Box.blur

Defined in ​

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


backgroundBlur ​

â€ĸ Optional backgroundBlur: number | IBlurEffect

Implementation of ​

IFlow.backgroundBlur

Inherited from ​

Box.backgroundBlur

Defined in ​

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


grayscale ​

â€ĸ Optional grayscale: number | IGrayscaleEffect

Implementation of ​

IFlow.grayscale

Inherited from ​

Box.grayscale

Defined in ​

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


normalStyle ​

â€ĸ Optional normalStyle: IUIInputData

Implementation of ​

IFlow.normalStyle

Inherited from ​

Box.normalStyle

Defined in ​

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


hoverStyle ​

â€ĸ Optional hoverStyle: IUIInputData

Implementation of ​

IFlow.hoverStyle

Inherited from ​

Box.hoverStyle

Defined in ​

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


pressStyle ​

â€ĸ Optional pressStyle: IUIInputData

Implementation of ​

IFlow.pressStyle

Inherited from ​

Box.pressStyle

Defined in ​

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


focusStyle ​

â€ĸ Optional focusStyle: IUIInputData

Implementation of ​

IFlow.focusStyle

Inherited from ​

Box.focusStyle

Defined in ​

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


selectedStyle ​

â€ĸ Optional selectedStyle: IUIInputData

Implementation of ​

IFlow.selectedStyle

Inherited from ​

Box.selectedStyle

Defined in ​

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


disabledStyle ​

â€ĸ Optional disabledStyle: IUIInputData

Implementation of ​

IFlow.disabledStyle

Inherited from ​

Box.disabledStyle

Defined in ​

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


data ​

â€ĸ data: IObject

Implementation of ​

IFlow.data

Inherited from ​

Box.data

Defined in ​

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

Accessors ​

__tag ​

â€ĸ get __tag(): string

Returns ​

string

Implementation of ​

IFlow.__tag

Overrides ​

Box.__tag

Defined in ​

in/packages/flow/src/Flow.ts:10


tag ​

â€ĸ get tag(): string

Returns ​

string

Implementation of ​

IFlow.tag

Inherited from ​

Box.tag

Defined in ​

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

â€ĸ set tag(_value): void

Parameters ​

NameType
_valuestring

Returns ​

void

Implementation of ​

IFlow.tag

Inherited from ​

Box.tag

Defined in ​

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


innerName ​

â€ĸ get innerName(): string

Returns ​

string

Implementation of ​

IFlow.innerName

Inherited from ​

Box.innerName

Defined in ​

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


__DataProcessor ​

â€ĸ get __DataProcessor(): typeof LeafData

Returns ​

typeof LeafData

Implementation of ​

IFlow.__DataProcessor

Inherited from ​

Box.__DataProcessor

Defined in ​

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


__LayoutProcessor ​

â€ĸ get __LayoutProcessor(): typeof LeafLayout

Returns ​

typeof LeafLayout

Implementation of ​

IFlow.__LayoutProcessor

Inherited from ​

Box.__LayoutProcessor

Defined in ​

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


isLeafer ​

â€ĸ get isLeafer(): boolean

Returns ​

boolean

Implementation of ​

IFlow.isLeafer

Inherited from ​

Box.isLeafer

Defined in ​

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


__localMatrix ​

â€ĸ get __localMatrix(): IMatrixData

Returns ​

IMatrixData

Implementation of ​

IFlow.__localMatrix

Inherited from ​

Box.__localMatrix

Defined in ​

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


__localBoxBounds ​

â€ĸ get __localBoxBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.__localBoxBounds

Inherited from ​

Box.__localBoxBounds

Defined in ​

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


worldTransform ​

â€ĸ get worldTransform(): IMatrixWithScaleData

Returns ​

IMatrixWithScaleData

Implementation of ​

IFlow.worldTransform

Inherited from ​

Box.worldTransform

Defined in ​

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


localTransform ​

â€ĸ get localTransform(): IMatrixData

Returns ​

IMatrixData

Implementation of ​

IFlow.localTransform

Inherited from ​

Box.localTransform

Defined in ​

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


boxBounds ​

â€ĸ get boxBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.boxBounds

Inherited from ​

Box.boxBounds

Defined in ​

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


renderBounds ​

â€ĸ get renderBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.renderBounds

Inherited from ​

Box.renderBounds

Defined in ​

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


worldBoxBounds ​

â€ĸ get worldBoxBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.worldBoxBounds

Inherited from ​

Box.worldBoxBounds

Defined in ​

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


worldStrokeBounds ​

â€ĸ get worldStrokeBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.worldStrokeBounds

Inherited from ​

Box.worldStrokeBounds

Defined in ​

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


worldRenderBounds ​

â€ĸ get worldRenderBounds(): IBoundsData

Returns ​

IBoundsData

Implementation of ​

IFlow.worldRenderBounds

Inherited from ​

Box.worldRenderBounds

Defined in ​

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


worldOpacity ​

â€ĸ get worldOpacity(): number

Returns ​

number

Implementation of ​

IFlow.worldOpacity

Inherited from ​

Box.worldOpacity

Defined in ​

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


__worldFlipped ​

â€ĸ get __worldFlipped(): boolean

Returns ​

boolean

Implementation of ​

IFlow.__worldFlipped

Inherited from ​

Box.__worldFlipped

Defined in ​

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


__onlyHitMask ​

â€ĸ get __onlyHitMask(): boolean

Returns ​

boolean

Implementation of ​

IFlow.__onlyHitMask

Inherited from ​

Box.__onlyHitMask

Defined in ​

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


__ignoreHitWorld ​

â€ĸ get __ignoreHitWorld(): boolean

Returns ​

boolean

Implementation of ​

IFlow.__ignoreHitWorld

Inherited from ​

Box.__ignoreHitWorld

Defined in ​

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


__inLazyBounds ​

â€ĸ get __inLazyBounds(): boolean

Returns ​

boolean

Implementation of ​

IFlow.__inLazyBounds

Inherited from ​

Box.__inLazyBounds

Defined in ​

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


pathInputed ​

â€ĸ get pathInputed(): boolean

Returns ​

boolean

Implementation of ​

IFlow.pathInputed

Inherited from ​

Box.pathInputed

Defined in ​

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


event ​

â€ĸ set event(map): void

Parameters ​

NameType
mapIEventMap

Returns ​

void

Implementation of ​

IFlow.event

Inherited from ​

Box.event

Defined in ​

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


isBranchLeaf ​

â€ĸ get isBranchLeaf(): boolean

Returns ​

boolean

Implementation of ​

IFlow.isBranchLeaf

Inherited from ​

Box.isBranchLeaf

Defined in ​

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


isBranch ​

â€ĸ get isBranch(): boolean

Returns ​

boolean

Implementation of ​

IFlow.isBranch

Inherited from ​

Box.isBranch

Defined in ​

ui/packages/display/src/Group.ts:16


app ​

â€ĸ get app(): ILeafer

Returns ​

ILeafer

Implementation of ​

IFlow.app

Inherited from ​

Box.app

Defined in ​

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


isFrame ​

â€ĸ get isFrame(): boolean

Returns ​

boolean

Implementation of ​

IFlow.isFrame

Inherited from ​

Box.isFrame

Defined in ​

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


scale ​

â€ĸ get scale(): number | IPointData

Returns ​

number | IPointData

Implementation of ​

IFlow.scale

Inherited from ​

Box.scale

Defined in ​

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

â€ĸ set scale(value): void

Parameters ​

NameType
valuenumber | IPointData

Returns ​

void

Implementation of ​

IFlow.scale

Inherited from ​

Box.scale

Defined in ​

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


pen ​

â€ĸ get pen(): IPathCreator

Returns ​

IPathCreator

Implementation of ​

IFlow.pen

Inherited from ​

Box.pen

Defined in ​

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


editConfig ​

â€ĸ get editConfig(): IEditorConfig

Returns ​

IEditorConfig

Implementation of ​

IFlow.editConfig

Inherited from ​

Box.editConfig

Defined in ​

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


editOuter ​

â€ĸ get editOuter(): string

Returns ​

string

Implementation of ​

IFlow.editOuter

Inherited from ​

Box.editOuter

Defined in ​

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


editInner ​

â€ĸ get editInner(): string

Returns ​

string

Implementation of ​

IFlow.editInner

Inherited from ​

Box.editInner

Defined in ​

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

Methods ​

resetCustom ​

▸ resetCustom(): void

Returns ​

void

Implementation of ​

IFlow.resetCustom

Inherited from ​

Box.resetCustom

Defined in ​

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


waitParent ​

▸ waitParent(item, bind?): void

Parameters ​

NameType
itemIFunction
bind?IObject

Returns ​

void

Implementation of ​

IFlow.waitParent

Inherited from ​

Box.waitParent

Defined in ​

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


waitLeafer ​

▸ waitLeafer(item, bind?): void

Parameters ​

NameType
itemIFunction
bind?IObject

Returns ​

void

Implementation of ​

IFlow.waitLeafer

Inherited from ​

Box.waitLeafer

Defined in ​

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


nextRender ​

▸ nextRender(item, bind?, off?): void

Parameters ​

NameType
itemIFunction
bind?IObject
off?"off"

Returns ​

void

Implementation of ​

IFlow.nextRender

Inherited from ​

Box.nextRender

Defined in ​

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


removeNextRender ​

▸ removeNextRender(item): void

Parameters ​

NameType
itemIFunction

Returns ​

void

Implementation of ​

IFlow.removeNextRender

Inherited from ​

Box.removeNextRender

Defined in ​

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


__bindLeafer ​

▸ __bindLeafer(leafer): void

Parameters ​

NameType
leaferILeaferBase

Returns ​

void

Implementation of ​

IFlow.__bindLeafer

Inherited from ​

Box.__bindLeafer

Defined in ​

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


setAttr ​

▸ setAttr(name, value): void

Parameters ​

NameType
namestring
valueany

Returns ​

void

Implementation of ​

IFlow.setAttr

Inherited from ​

Box.setAttr

Defined in ​

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


getAttr ​

▸ getAttr(name): any

Parameters ​

NameType
namestring

Returns ​

any

Implementation of ​

IFlow.getAttr

Inherited from ​

Box.getAttr

Defined in ​

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


getComputedAttr ​

▸ getComputedAttr(name): any

Parameters ​

NameType
namestring

Returns ​

any

Implementation of ​

IFlow.getComputedAttr

Inherited from ​

Box.getComputedAttr

Defined in ​

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


toString ​

▸ toString(options?): string

Parameters ​

NameType
options?IJSONOptions

Returns ​

string

Implementation of ​

IFlow.toString

Inherited from ​

Box.toString

Defined in ​

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


toSVG ​

▸ toSVG(): string

Returns ​

string

Implementation of ​

IFlow.toSVG

Inherited from ​

Box.toSVG

Defined in ​

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


__SVG ​

▸ __SVG(_data): void

Parameters ​

NameType
_dataIObject

Returns ​

void

Implementation of ​

IFlow.__SVG

Inherited from ​

Box.__SVG

Defined in ​

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


toHTML ​

▸ toHTML(): string

Returns ​

string

Implementation of ​

IFlow.toHTML

Inherited from ​

Box.toHTML

Defined in ​

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


__setAttr ​

▸ __setAttr(_attrName, _newValue): boolean

Parameters ​

NameType
_attrNamestring
_newValueIValue

Returns ​

boolean

Implementation of ​

IFlow.__setAttr

Inherited from ​

Box.__setAttr

Defined in ​

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


__getAttr ​

▸ __getAttr(_attrName): IValue

Parameters ​

NameType
_attrNamestring

Returns ​

IValue

Implementation of ​

IFlow.__getAttr

Inherited from ​

Box.__getAttr

Defined in ​

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


setProxyAttr ​

▸ setProxyAttr(_attrName, _newValue): void

Parameters ​

NameType
_attrNamestring
_newValueIValue

Returns ​

void

Implementation of ​

IFlow.setProxyAttr

Inherited from ​

Box.setProxyAttr

Defined in ​

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


getProxyAttr ​

▸ getProxyAttr(_attrName): IValue

Parameters ​

NameType
_attrNamestring

Returns ​

IValue

Implementation of ​

IFlow.getProxyAttr

Inherited from ​

Box.getProxyAttr

Defined in ​

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


focus ​

▸ focus(_value?): void

Parameters ​

NameType
_value?boolean

Returns ​

void

Implementation of ​

IFlow.focus

Inherited from ​

Box.focus

Defined in ​

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


updateLayout ​

▸ updateLayout(): void

Returns ​

void

Implementation of ​

IFlow.updateLayout

Inherited from ​

Box.updateLayout

Defined in ​

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


forceUpdate ​

▸ forceUpdate(attrName?): void

Parameters ​

NameType
attrName?string

Returns ​

void

Implementation of ​

IFlow.forceUpdate

Inherited from ​

Box.forceUpdate

Defined in ​

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


forceRender ​

▸ forceRender(_bounds?): void

Parameters ​

NameType
_bounds?IBoundsData

Returns ​

void

Implementation of ​

IFlow.forceRender

Inherited from ​

Box.forceRender

Defined in ​

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


__updateWorldMatrix ​

▸ __updateWorldMatrix(): void

Returns ​

void

Implementation of ​

IFlow.__updateWorldMatrix

Inherited from ​

Box.__updateWorldMatrix

Defined in ​

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


__updateLocalMatrix ​

▸ __updateLocalMatrix(): void

Returns ​

void

Implementation of ​

IFlow.__updateLocalMatrix

Inherited from ​

Box.__updateLocalMatrix

Defined in ​

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


__updateWorldBounds ​

▸ __updateWorldBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateWorldBounds

Inherited from ​

Box.__updateWorldBounds

Defined in ​

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


__updateLocalBounds ​

▸ __updateLocalBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateLocalBounds

Inherited from ​

Box.__updateLocalBounds

Defined in ​

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


__updateLocalBoxBounds ​

▸ __updateLocalBoxBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateLocalBoxBounds

Inherited from ​

Box.__updateLocalBoxBounds

Defined in ​

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


__updateLocalStrokeBounds ​

▸ __updateLocalStrokeBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateLocalStrokeBounds

Inherited from ​

Box.__updateLocalStrokeBounds

Defined in ​

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


__updateLocalRenderBounds ​

▸ __updateLocalRenderBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateLocalRenderBounds

Inherited from ​

Box.__updateLocalRenderBounds

Defined in ​

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


__updateContentBounds ​

▸ __updateContentBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateContentBounds

Inherited from ​

Box.__updateContentBounds

Defined in ​

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


__updateAutoLayout ​

▸ __updateAutoLayout(): void

Returns ​

void

Implementation of ​

IFlow.__updateAutoLayout

Inherited from ​

Box.__updateAutoLayout

Defined in ​

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


__updateFlowLayout ​

▸ __updateFlowLayout(): void

Returns ​

void

Implementation of ​

IFlow.__updateFlowLayout

Inherited from ​

Box.__updateFlowLayout

Defined in ​

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


__updateNaturalSize ​

▸ __updateNaturalSize(): void

Returns ​

void

Implementation of ​

IFlow.__updateNaturalSize

Inherited from ​

Box.__updateNaturalSize

Defined in ​

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


__updateEraser ​

▸ __updateEraser(value?): void

Parameters ​

NameType
value?boolean

Returns ​

void

Implementation of ​

IFlow.__updateEraser

Inherited from ​

Box.__updateEraser

Defined in ​

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


__renderEraser ​

▸ __renderEraser(canvas, options): void

Parameters ​

NameType
canvasILeaferCanvas
optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__renderEraser

Inherited from ​

Box.__renderEraser

Defined in ​

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


__updateMask ​

▸ __updateMask(value?): void

Parameters ​

NameType
value?boolean

Returns ​

void

Implementation of ​

IFlow.__updateMask

Inherited from ​

Box.__updateMask

Defined in ​

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


__renderMask ​

▸ __renderMask(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__renderMask

Inherited from ​

Box.__renderMask

Defined in ​

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


__getNowWorld ​

▸ __getNowWorld(options): IMatrixWithBoundsScaleData

Parameters ​

NameType
optionsIRenderOptions

Returns ​

IMatrixWithBoundsScaleData

Implementation of ​

IFlow.__getNowWorld

Inherited from ​

Box.__getNowWorld

Defined in ​

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


getTransform ​

▸ getTransform(relative?): IMatrixData

Parameters ​

NameType
relative?ILeaf | ILocationType

Returns ​

IMatrixData

Implementation of ​

IFlow.getTransform

Inherited from ​

Box.getTransform

Defined in ​

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


getBounds ​

▸ getBounds(type?, relative?): IBoundsData

Parameters ​

NameType
type?IBoundsType
relative?ILeaf | ILocationType

Returns ​

IBoundsData

Implementation of ​

IFlow.getBounds

Inherited from ​

Box.getBounds

Defined in ​

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


getLayoutBounds ​

▸ getLayoutBounds(type?, relative?, unscale?): ILayoutBoundsData

Parameters ​

NameType
type?IBoundsType
relative?ILeaf | ILocationType
unscale?boolean

Returns ​

ILayoutBoundsData

Implementation of ​

IFlow.getLayoutBounds

Inherited from ​

Box.getLayoutBounds

Defined in ​

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


getLayoutPoints ​

▸ getLayoutPoints(type?, relative?): IPointData[]

Parameters ​

NameType
type?IBoundsType
relative?ILeaf | ILocationType

Returns ​

IPointData[]

Implementation of ​

IFlow.getLayoutPoints

Inherited from ​

Box.getLayoutPoints

Defined in ​

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


getWorldBounds ​

▸ getWorldBounds(inner, relative?, change?): IBoundsData

Parameters ​

NameType
innerIBoundsData
relative?ILeaf
change?boolean

Returns ​

IBoundsData

Implementation of ​

IFlow.getWorldBounds

Inherited from ​

Box.getWorldBounds

Defined in ​

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


worldToLocal ​

▸ worldToLocal(world, to?, distance?, relative?): void

Parameters ​

NameType
worldIPointData
to?IPointData
distance?boolean
relative?ILeaf

Returns ​

void

Implementation of ​

IFlow.worldToLocal

Inherited from ​

Box.worldToLocal

Defined in ​

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


localToWorld ​

▸ localToWorld(local, to?, distance?, relative?): void

Parameters ​

NameType
localIPointData
to?IPointData
distance?boolean
relative?ILeaf

Returns ​

void

Implementation of ​

IFlow.localToWorld

Inherited from ​

Box.localToWorld

Defined in ​

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


worldToInner ​

▸ worldToInner(world, to?, distance?, relative?): void

Parameters ​

NameType
worldIPointData
to?IPointData
distance?boolean
relative?ILeaf

Returns ​

void

Implementation of ​

IFlow.worldToInner

Inherited from ​

Box.worldToInner

Defined in ​

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


innerToWorld ​

▸ innerToWorld(inner, to?, distance?, relative?): void

Parameters ​

NameType
innerIPointData
to?IPointData
distance?boolean
relative?ILeaf

Returns ​

void

Implementation of ​

IFlow.innerToWorld

Inherited from ​

Box.innerToWorld

Defined in ​

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


getInnerPoint ​

▸ getInnerPoint(world, relative?, distance?, change?): IPointData

Parameters ​

NameType
worldIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getInnerPoint

Inherited from ​

Box.getInnerPoint

Defined in ​

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


getInnerPointByLocal ​

▸ getInnerPointByLocal(local, _relative?, distance?, change?): IPointData

Parameters ​

NameType
localIPointData
_relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getInnerPointByLocal

Inherited from ​

Box.getInnerPointByLocal

Defined in ​

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


getLocalPoint ​

▸ getLocalPoint(world, relative?, distance?, change?): IPointData

Parameters ​

NameType
worldIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getLocalPoint

Inherited from ​

Box.getLocalPoint

Defined in ​

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


getLocalPointByInner ​

▸ getLocalPointByInner(inner, _relative?, distance?, change?): IPointData

Parameters ​

NameType
innerIPointData
_relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getLocalPointByInner

Inherited from ​

Box.getLocalPointByInner

Defined in ​

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


getWorldPoint ​

▸ getWorldPoint(inner, relative?, distance?, change?): IPointData

Parameters ​

NameType
innerIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getWorldPoint

Inherited from ​

Box.getWorldPoint

Defined in ​

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


getWorldPointByLocal ​

▸ getWorldPointByLocal(local, relative?, distance?, change?): IPointData

Parameters ​

NameType
localIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getWorldPointByLocal

Inherited from ​

Box.getWorldPointByLocal

Defined in ​

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


getPagePoint ​

▸ getPagePoint(world, relative?, distance?, change?): IPointData

Parameters ​

NameType
worldIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getPagePoint

Inherited from ​

Box.getPagePoint

Defined in ​

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


getWorldPointByPage ​

▸ getWorldPointByPage(page, relative?, distance?, change?): IPointData

Parameters ​

NameType
pageIPointData
relative?ILeaf
distance?boolean
change?boolean

Returns ​

IPointData

Implementation of ​

IFlow.getWorldPointByPage

Inherited from ​

Box.getWorldPointByPage

Defined in ​

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


setTransform ​

▸ setTransform(matrix, resize?): void

Parameters ​

NameType
matrixIMatrixData
resize?boolean

Returns ​

void

Implementation of ​

IFlow.setTransform

Inherited from ​

Box.setTransform

Defined in ​

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


transform ​

▸ transform(matrix, resize?): void

Parameters ​

NameType
matrixIMatrixData
resize?boolean

Returns ​

void

Implementation of ​

IFlow.transform

Inherited from ​

Box.transform

Defined in ​

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


move ​

▸ move(x, y?): void

Parameters ​

NameType
xnumber | IPointData
y?number

Returns ​

void

Implementation of ​

IFlow.move

Inherited from ​

Box.move

Defined in ​

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


moveInner ​

▸ moveInner(x, y?): void

Parameters ​

NameType
xnumber | IPointData
y?number

Returns ​

void

Implementation of ​

IFlow.moveInner

Inherited from ​

Box.moveInner

Defined in ​

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


scaleOf ​

▸ scaleOf(origin, scaleX, scaleY?, resize?): void

Parameters ​

NameType
originIPointData | IDirection
scaleXnumber
scaleY?number
resize?boolean

Returns ​

void

Implementation of ​

IFlow.scaleOf

Inherited from ​

Box.scaleOf

Defined in ​

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


rotateOf ​

▸ rotateOf(origin, rotation): void

Parameters ​

NameType
originIPointData | IDirection
rotationnumber

Returns ​

void

Implementation of ​

IFlow.rotateOf

Inherited from ​

Box.rotateOf

Defined in ​

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


skewOf ​

▸ skewOf(origin, skewX, skewY?, resize?): void

Parameters ​

NameType
originIPointData | IDirection
skewXnumber
skewY?number
resize?boolean

Returns ​

void

Implementation of ​

IFlow.skewOf

Inherited from ​

Box.skewOf

Defined in ​

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


transformWorld ​

▸ transformWorld(worldTransform?, resize?): void

Parameters ​

NameType
worldTransform?IMatrixData
resize?boolean

Returns ​

void

Implementation of ​

IFlow.transformWorld

Inherited from ​

Box.transformWorld

Defined in ​

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


moveWorld ​

▸ moveWorld(x, y?): void

Parameters ​

NameType
xnumber | IPointData
y?number

Returns ​

void

Implementation of ​

IFlow.moveWorld

Inherited from ​

Box.moveWorld

Defined in ​

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


scaleOfWorld ​

▸ scaleOfWorld(worldOrigin, scaleX, scaleY?, resize?): void

Parameters ​

NameType
worldOriginIPointData
scaleXnumber
scaleY?number
resize?boolean

Returns ​

void

Implementation of ​

IFlow.scaleOfWorld

Inherited from ​

Box.scaleOfWorld

Defined in ​

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


rotateOfWorld ​

▸ rotateOfWorld(worldOrigin, rotation): void

Parameters ​

NameType
worldOriginIPointData
rotationnumber

Returns ​

void

Implementation of ​

IFlow.rotateOfWorld

Inherited from ​

Box.rotateOfWorld

Defined in ​

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


skewOfWorld ​

▸ skewOfWorld(worldOrigin, skewX, skewY?, resize?): void

Parameters ​

NameType
worldOriginIPointData
skewXnumber
skewY?number
resize?boolean

Returns ​

void

Implementation of ​

IFlow.skewOfWorld

Inherited from ​

Box.skewOfWorld

Defined in ​

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


flip ​

▸ flip(axis): void

Parameters ​

NameType
axisIAxis

Returns ​

void

Implementation of ​

IFlow.flip

Inherited from ​

Box.flip

Defined in ​

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


scaleResize ​

▸ scaleResize(scaleX, scaleY?, _noResize?): void

Parameters ​

NameTypeDefault value
scaleXnumberundefined
scaleYnumberscaleX
_noResize?booleanundefined

Returns ​

void

Implementation of ​

IFlow.scaleResize

Inherited from ​

Box.scaleResize

Defined in ​

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


__scaleResize ​

▸ __scaleResize(_scaleX, _scaleY): void

Parameters ​

NameType
_scaleXnumber
_scaleYnumber

Returns ​

void

Implementation of ​

IFlow.__scaleResize

Inherited from ​

Box.__scaleResize

Defined in ​

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


resizeWidth ​

▸ resizeWidth(_width): void

Parameters ​

NameType
_widthnumber

Returns ​

void

Implementation of ​

IFlow.resizeWidth

Inherited from ​

Box.resizeWidth

Defined in ​

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


resizeHeight ​

▸ resizeHeight(_height): void

Parameters ​

NameType
_heightnumber

Returns ​

void

Implementation of ​

IFlow.resizeHeight

Inherited from ​

Box.resizeHeight

Defined in ​

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


__hitWorld ​

▸ __hitWorld(_point): boolean

Parameters ​

NameType
_pointIRadiusPointData

Returns ​

boolean

Implementation of ​

IFlow.__hitWorld

Inherited from ​

Box.__hitWorld

Defined in ​

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


__hit ​

▸ __hit(_local): boolean

Parameters ​

NameType
_localIRadiusPointData

Returns ​

boolean

Implementation of ​

IFlow.__hit

Inherited from ​

Box.__hit

Defined in ​

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


__hitFill ​

▸ __hitFill(_inner): boolean

Parameters ​

NameType
_innerIRadiusPointData

Returns ​

boolean

Implementation of ​

IFlow.__hitFill

Inherited from ​

Box.__hitFill

Defined in ​

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


__hitStroke ​

▸ __hitStroke(_inner, _strokeWidth): boolean

Parameters ​

NameType
_innerIRadiusPointData
_strokeWidthnumber

Returns ​

boolean

Implementation of ​

IFlow.__hitStroke

Inherited from ​

Box.__hitStroke

Defined in ​

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


__hitPixel ​

▸ __hitPixel(_inner): boolean

Parameters ​

NameType
_innerIRadiusPointData

Returns ​

boolean

Implementation of ​

IFlow.__hitPixel

Inherited from ​

Box.__hitPixel

Defined in ​

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


__drawHitPath ​

▸ __drawHitPath(_canvas): void

Parameters ​

NameType
_canvasILeaferCanvas

Returns ​

void

Implementation of ​

IFlow.__drawHitPath

Inherited from ​

Box.__drawHitPath

Defined in ​

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


__updateHitCanvas ​

▸ __updateHitCanvas(): void

Returns ​

void

Implementation of ​

IFlow.__updateHitCanvas

Inherited from ​

Box.__updateHitCanvas

Defined in ​

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


__drawFast ​

▸ __drawFast(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__drawFast

Inherited from ​

Box.__drawFast

Defined in ​

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


__draw ​

▸ __draw(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__draw

Inherited from ​

Box.__draw

Defined in ​

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


__clip ​

▸ __clip(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__clip

Inherited from ​

Box.__clip

Defined in ​

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


__renderShape ​

▸ __renderShape(_canvas, _options, _ignoreFill?, _ignoreStroke?): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions
_ignoreFill?boolean
_ignoreStroke?boolean

Returns ​

void

Implementation of ​

IFlow.__renderShape

Inherited from ​

Box.__renderShape

Defined in ​

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


__updateWorldOpacity ​

▸ __updateWorldOpacity(): void

Returns ​

void

Implementation of ​

IFlow.__updateWorldOpacity

Inherited from ​

Box.__updateWorldOpacity

Defined in ​

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


__updatePath ​

▸ __updatePath(): void

Returns ​

void

Implementation of ​

IFlow.__updatePath

Inherited from ​

Box.__updatePath

Defined in ​

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


__updateSortChildren ​

▸ __updateSortChildren(): void

Returns ​

void

Implementation of ​

IFlow.__updateSortChildren

Inherited from ​

Box.__updateSortChildren

Defined in ​

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


dropTo ​

▸ dropTo(parent, index?, resize?): void

Parameters ​

NameType
parentILeaf
index?number
resize?boolean

Returns ​

void

Implementation of ​

IFlow.dropTo

Inherited from ​

Box.dropTo

Defined in ​

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


on ​

▸ on(_type, _listener, _options?): void

Parameters ​

NameType
_typestring | string[]
_listenerIFunction
_options?IEventOption

Returns ​

void

Implementation of ​

IFlow.on

Inherited from ​

Box.on

Defined in ​

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


off ​

▸ off(_type?, _listener?, _options?): void

Parameters ​

NameType
_type?string | string[]
_listener?IFunction
_options?IEventOption

Returns ​

void

Implementation of ​

IFlow.off

Inherited from ​

Box.off

Defined in ​

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


on_ ​

▸ on_(_type, _listener, _bind?, _options?): IEventListenerId

Parameters ​

NameType
_typestring | string[]
_listenerIFunction
_bind?IObject
_options?IEventOption

Returns ​

IEventListenerId

Implementation of ​

IFlow.on_

Inherited from ​

Box.on_

Defined in ​

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


off_ ​

▸ off_(_id): void

Parameters ​

NameType
_idIEventListenerId | IEventListenerId[]

Returns ​

void

Implementation of ​

IFlow.off_

Inherited from ​

Box.off_

Defined in ​

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


once ​

▸ once(_type, _listener, _capture?): void

Parameters ​

NameType
_typestring | string[]
_listenerIFunction
_capture?boolean

Returns ​

void

Implementation of ​

IFlow.once

Inherited from ​

Box.once

Defined in ​

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


emit ​

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

Parameters ​

NameType
_typestring
_event?IObject | IEvent
_capture?boolean

Returns ​

void

Implementation of ​

IFlow.emit

Inherited from ​

Box.emit

Defined in ​

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


emitEvent ​

▸ emitEvent(_event?, _capture?): void

Parameters ​

NameType
_event?IEvent
_capture?boolean

Returns ​

void

Implementation of ​

IFlow.emitEvent

Inherited from ​

Box.emitEvent

Defined in ​

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


hasEvent ​

▸ hasEvent(_type, _capture?): boolean

Parameters ​

NameType
_typestring
_capture?boolean

Returns ​

boolean

Implementation of ​

IFlow.hasEvent

Inherited from ​

Box.hasEvent

Defined in ​

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


changeAttr ​

▸ changeAttr(attrName, defaultValue, fn?): void

Parameters ​

NameType
attrNamestring
defaultValueIValue
fn?IAttrDecorator

Returns ​

void

Inherited from ​

Box.changeAttr

Defined in ​

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


addAttr ​

▸ addAttr(attrName, defaultValue, fn?): void

Parameters ​

NameType
attrNamestring
defaultValueIValue
fn?IAttrDecorator

Returns ​

void

Inherited from ​

Box.addAttr

Defined in ​

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


__updateStrokeSpread ​

▸ __updateStrokeSpread(): number

Returns ​

number

Implementation of ​

IFlow.__updateStrokeSpread

Inherited from ​

Box.__updateStrokeSpread

Defined in ​

ui/packages/display/src/Box.ts:40


__updateRectRenderSpread ​

▸ __updateRectRenderSpread(): number

Returns ​

number

Inherited from ​

Box.__updateRectRenderSpread

Defined in ​

ui/packages/display/src/Box.ts:43


__updateRenderSpread ​

▸ __updateRenderSpread(): number

Returns ​

number

Implementation of ​

IFlow.__updateRenderSpread

Inherited from ​

Box.__updateRenderSpread

Defined in ​

ui/packages/display/src/Box.ts:45


__updateRectBoxBounds ​

▸ __updateRectBoxBounds(): void

Returns ​

void

Inherited from ​

Box.__updateRectBoxBounds

Defined in ​

ui/packages/display/src/Box.ts:51


__updateBoxBounds ​

▸ __updateBoxBounds(secondLayout?): void

Parameters ​

NameType
secondLayout?boolean

Returns ​

void

Implementation of ​

IFlow.__updateBoxBounds

Inherited from ​

Box.__updateBoxBounds

Defined in ​

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


__updateStrokeBounds ​

▸ __updateStrokeBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateStrokeBounds

Inherited from ​

Box.__updateStrokeBounds

Defined in ​

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


__updateRenderBounds ​

▸ __updateRenderBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateRenderBounds

Inherited from ​

Box.__updateRenderBounds

Defined in ​

ui/packages/display/src/Box.ts:87


__updateRectRenderBounds ​

▸ __updateRectRenderBounds(): void

Returns ​

void

Implementation of ​

IFlow.__updateRectRenderBounds

Inherited from ​

Box.__updateRectRenderBounds

Defined in ​

ui/packages/display/src/Box.ts:106


__updateRectChange ​

▸ __updateRectChange(): void

Returns ​

void

Inherited from ​

Box.__updateRectChange

Defined in ​

ui/packages/display/src/Box.ts:109


__updateChange ​

▸ __updateChange(): void

Returns ​

void

Implementation of ​

IFlow.__updateChange

Inherited from ​

Box.__updateChange

Defined in ​

ui/packages/display/src/Box.ts:111


__renderRect ​

▸ __renderRect(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Inherited from ​

Box.__renderRect

Defined in ​

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


__renderGroup ​

▸ __renderGroup(_canvas, _options): void

Parameters ​

NameType
_canvasILeaferCanvas
_optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__renderGroup

Inherited from ​

Box.__renderGroup

Defined in ​

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


__render ​

▸ __render(canvas, options): void

Parameters ​

NameType
canvasILeaferCanvas
optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__render

Inherited from ​

Box.__render

Defined in ​

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


__drawAfterFill ​

▸ __drawAfterFill(canvas, options): void

Parameters ​

NameType
canvasILeaferCanvas
optionsIRenderOptions

Returns ​

void

Implementation of ​

IFlow.__drawAfterFill

Inherited from ​

Box.__drawAfterFill

Defined in ​

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


reset ​

▸ reset(data?): void

Parameters ​

NameType
data?IGroupInputData

Returns ​

void

Implementation of ​

IFlow.reset

Inherited from ​

Box.reset

Defined in ​

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


__setBranch ​

▸ __setBranch(): void

Returns ​

void

Inherited from ​

Box.__setBranch

Defined in ​

ui/packages/display/src/Group.ts:32


set ​

▸ set(data): void

Parameters ​

NameType
dataIUIInputData

Returns ​

void

Implementation of ​

IFlow.set

Inherited from ​

Box.set

Defined in ​

ui/packages/display/src/Group.ts:39


toJSON ​

▸ toJSON(options?): IUIJSONData

Parameters ​

NameType
options?IJSONOptions

Returns ​

IUIJSONData

Implementation of ​

IFlow.toJSON

Inherited from ​

Box.toJSON

Defined in ​

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


pick ​

▸ pick(_hitPoint, _options?): IPickResult

Parameters ​

NameType
_hitPointIPointData
_options?IPickOptions

Returns ​

IPickResult

Implementation of ​

IFlow.pick

Inherited from ​

Box.pick

Defined in ​

ui/packages/display/src/Group.ts:74


addAt ​

▸ addAt(child, index): void

Parameters ​

NameType
childIUI
indexnumber

Returns ​

void

Implementation of ​

IFlow.addAt

Inherited from ​

Box.addAt

Defined in ​

ui/packages/display/src/Group.ts:79


addAfter ​

▸ addAfter(child, after): void

Parameters ​

NameType
childIUI
afterIUI

Returns ​

void

Implementation of ​

IFlow.addAfter

Inherited from ​

Box.addAfter

Defined in ​

ui/packages/display/src/Group.ts:83


addBefore ​

▸ addBefore(child, before): void

Parameters ​

NameType
childIUI
beforeIUI

Returns ​

void

Implementation of ​

IFlow.addBefore

Inherited from ​

Box.addBefore

Defined in ​

ui/packages/display/src/Group.ts:87


add ​

▸ add(_child, _index?): void

Parameters ​

NameType
_childIUI
_index?number

Returns ​

void

Implementation of ​

IFlow.add

Inherited from ​

Box.add

Defined in ​

ui/packages/display/src/Group.ts:93


addMany ​

▸ addMany(..._children): void

Parameters ​

NameType
..._childrenIUI[]

Returns ​

void

Implementation of ​

IFlow.addMany

Inherited from ​

Box.addMany

Defined in ​

ui/packages/display/src/Group.ts:95


remove ​

▸ remove(_child?, _destroy?): void

Parameters ​

NameType
_child?IUI
_destroy?boolean

Returns ​

void

Implementation of ​

IFlow.remove

Inherited from ​

Box.remove

Defined in ​

ui/packages/display/src/Group.ts:97


removeAll ​

▸ removeAll(_destroy?): void

Parameters ​

NameType
_destroy?boolean

Returns ​

void

Implementation of ​

IFlow.removeAll

Inherited from ​

Box.removeAll

Defined in ​

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


clear ​

▸ clear(): void

Returns ​

void

Implementation of ​

IFlow.clear

Inherited from ​

Box.clear

Defined in ​

ui/packages/display/src/Group.ts:101


get ​

▸ get(name?): IValue | IUIInputData

Parameters ​

NameType
name?string | string[] | IUIInputData

Returns ​

IValue | IUIInputData

Implementation of ​

IFlow.get

Inherited from ​

Box.get

Defined in ​

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


createProxyData ​

▸ createProxyData(): IUIInputData

Returns ​

IUIInputData

Implementation of ​

IFlow.createProxyData

Inherited from ​

Box.createProxyData

Defined in ​

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


find ​

▸ find(_condition, _options?): IUI[]

Parameters ​

NameType
_conditionstring | number | IFindCondition | IFindUIMethod
_options?any

Returns ​

IUI[]

Implementation of ​

IFlow.find

Inherited from ​

Box.find

Defined in ​

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


findTag ​

▸ findTag(tag): IUI[]

Parameters ​

NameType
tagstring | string[]

Returns ​

IUI[]

Implementation of ​

IFlow.findTag

Inherited from ​

Box.findTag

Defined in ​

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


findOne ​

▸ findOne(_condition, _options?): IUI

Parameters ​

NameType
_conditionstring | number | IFindCondition | IFindUIMethod
_options?any

Returns ​

IUI

Implementation of ​

IFlow.findOne

Inherited from ​

Box.findOne

Defined in ​

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


findId ​

▸ findId(id): IUI

Parameters ​

NameType
idstring | number

Returns ​

IUI

Implementation of ​

IFlow.findId

Inherited from ​

Box.findId

Defined in ​

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


getPath ​

▸ getPath(curve?, pathForRender?): IPathCommandData

Parameters ​

NameType
curve?boolean
pathForRender?boolean

Returns ​

IPathCommandData

Implementation of ​

IFlow.getPath

Inherited from ​

Box.getPath

Defined in ​

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


getPathString ​

▸ getPathString(curve?, pathForRender?): string

Parameters ​

NameType
curve?boolean
pathForRender?boolean

Returns ​

string

Implementation of ​

IFlow.getPathString

Inherited from ​

Box.getPathString

Defined in ​

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


load ​

▸ load(): void

Returns ​

void

Implementation of ​

IFlow.load

Inherited from ​

Box.load

Defined in ​

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


__onUpdateSize ​

▸ __onUpdateSize(): void

Returns ​

void

Implementation of ​

IFlow.__onUpdateSize

Inherited from ​

Box.__onUpdateSize

Defined in ​

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


__updateRenderPath ​

▸ __updateRenderPath(): void

Returns ​

void

Implementation of ​

IFlow.__updateRenderPath

Inherited from ​

Box.__updateRenderPath

Defined in ​

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


__drawRenderPath ​

▸ __drawRenderPath(canvas): void

Parameters ​

NameType
canvasILeaferCanvas

Returns ​

void

Implementation of ​

IFlow.__drawRenderPath

Inherited from ​

Box.__drawRenderPath

Defined in ​

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


__drawPath ​

▸ __drawPath(canvas): void

Parameters ​

NameType
canvasILeaferCanvas

Returns ​

void

Implementation of ​

IFlow.__drawPath

Inherited from ​

Box.__drawPath

Defined in ​

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


__drawPathByData ​

▸ __drawPathByData(drawer, data): void

Parameters ​

NameType
drawerIPathDrawer
dataIPathCommandData

Returns ​

void

Implementation of ​

IFlow.__drawPathByData

Inherited from ​

Box.__drawPathByData

Defined in ​

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


__drawPathByBox ​

▸ __drawPathByBox(drawer): void

Parameters ​

NameType
drawerIPathDrawer

Returns ​

void

Implementation of ​

IFlow.__drawPathByBox

Inherited from ​

Box.__drawPathByBox

Defined in ​

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


export ​

▸ export(filename, options?): Promise<IExportResult>

Parameters ​

NameType
filenamestring
options?number | boolean | IExportOptions

Returns ​

Promise<IExportResult>

Implementation of ​

IFlow.export

Inherited from ​

Box.export

Defined in ​

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


clone ​

▸ clone(): IUI

Returns ​

IUI

Implementation of ​

IFlow.clone

Inherited from ​

Box.clone

Defined in ​

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


one ​

▸ one(data, x?, y?, width?, height?): IUI

Parameters ​

NameType
dataIUIInputData
x?number
y?number
width?number
height?number

Returns ​

IUI

Inherited from ​

Box.one

Defined in ​

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


registerUI ​

▸ registerUI(): void

Returns ​

void

Inherited from ​

Box.registerUI

Defined in ​

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


registerData ​

▸ registerData(data): void

Parameters ​

NameType
dataIUIData

Returns ​

void

Inherited from ​

Box.registerData

Defined in ​

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


setEditConfig ​

▸ setEditConfig(_config): void

Parameters ​

NameType
_configIEditorConfig | IEditorConfigFunction

Returns ​

void

Inherited from ​

Box.setEditConfig

Defined in ​

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


setEditOuter ​

▸ setEditOuter(_toolName): void

Parameters ​

NameType
_toolNamestring | IEditToolFunction

Returns ​

void

Inherited from ​

Box.setEditOuter

Defined in ​

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


setEditInner ​

▸ setEditInner(_editorName): void

Parameters ​

NameType
_editorNamestring | IEditToolFunction

Returns ​

void

Inherited from ​

Box.setEditInner

Defined in ​

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


destroy ​

▸ destroy(): void

Returns ​

void

Implementation of ​

IFlow.destroy

Inherited from ​

Box.destroy

Defined in ​

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

Released under the MIT License.