UNPKG
@leafer-in/interface
Version:
latest (1.12.4)
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.30
1.0.0-rc.28
1.0.0-rc.27
1.0.0-rc.26
1.0.0-rc.25
1.0.0-rc.24
1.0.0-rc.23
1.0.0-rc.22
1.0.0-rc.21
1.0.0-rc.20
1.0.0-rc.19
1.0.0-rc.18
1.0.0-rc.17
1.0.0-rc.16
1.0.0-rc.12
1.0.0-rc.11
1.0.0-rc.10
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.18
1.0.0-beta.17
1.0.0-beta.16
1.0.0-beta.15
@leafer-in/interface
github.com/leaferjs/leafer-in/tree/main/packages/interface
leaferjs/leafer-in
@leafer-in/interface
/
src
/
editor
/
ISimulateTarget.ts
8 lines
(7 loc)
•
268 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
IFunction
,
IRect
,
IMatrix
}
from
'@leafer-ui/interface'
export
interface
ISimulateElement
extends
IRect
{
checkChange
:
boolean
canChange
:
boolean
changedTransform
:
IMatrix
// 直接修改属性得到的变化
safeChange
(
fn
:
IFunction
):
void
}