iink-ts - v3.2.1
Preparing search index...
TIIHistoryChanges
Type Alias TIIHistoryChanges
type
TIIHistoryChanges
=
{
added
?:
TIISymbol
[]
;
decorator
?:
{
added
:
boolean
;
decorator
:
IIDecorator
;
symbol
:
TIISymbol
}
[]
;
erased
?:
TIISymbol
[]
;
group
?:
{
symbols
:
TIISymbol
[]
}
;
matrix
?:
{
matrix
:
TMatrixTransform
;
symbols
:
TIISymbol
[]
}
;
order
?:
{
position
:
"first"
|
"last"
|
"forward"
|
"backward"
;
symbols
:
TIISymbol
[]
;
}
;
replaced
?:
{
newSymbols
:
TIISymbol
[]
;
oldSymbols
:
TIISymbol
[]
}
;
rotate
?:
{
angle
:
number
;
center
:
TPoint
;
symbols
:
TIISymbol
[]
}
[]
;
scale
?:
{
origin
:
TPoint
;
scaleX
:
number
;
scaleY
:
number
;
symbols
:
TIISymbol
[]
;
}
[]
;
style
?:
{
fontSize
?:
number
;
style
?:
PartialDeep
<
TStyle
>
;
symbols
:
TIISymbol
[]
;
}
;
translate
?:
{
symbols
:
TIISymbol
[]
;
tx
:
number
;
ty
:
number
}
[]
;
ungroup
?:
{
group
:
TIISymbol
}
;
updated
?:
TIISymbol
[]
;
}
Index
Properties
added?
decorator?
erased?
group?
matrix?
order?
replaced?
rotate?
scale?
style?
translate?
ungroup?
updated?
Properties
Optional
added
added
?:
TIISymbol
[]
Optional
decorator
decorator
?:
{
added
:
boolean
;
decorator
:
IIDecorator
;
symbol
:
TIISymbol
}
[]
Optional
erased
erased
?:
TIISymbol
[]
Optional
group
group
?:
{
symbols
:
TIISymbol
[]
}
Optional
matrix
matrix
?:
{
matrix
:
TMatrixTransform
;
symbols
:
TIISymbol
[]
}
Optional
order
order
?:
{
position
:
"first"
|
"last"
|
"forward"
|
"backward"
;
symbols
:
TIISymbol
[]
;
}
Optional
replaced
replaced
?:
{
newSymbols
:
TIISymbol
[]
;
oldSymbols
:
TIISymbol
[]
}
Optional
rotate
rotate
?:
{
angle
:
number
;
center
:
TPoint
;
symbols
:
TIISymbol
[]
}
[]
Optional
scale
scale
?:
{
origin
:
TPoint
;
scaleX
:
number
;
scaleY
:
number
;
symbols
:
TIISymbol
[]
}
[]
Optional
style
style
?:
{
fontSize
?:
number
;
style
?:
PartialDeep
<
TStyle
>
;
symbols
:
TIISymbol
[]
}
Optional
translate
translate
?:
{
symbols
:
TIISymbol
[]
;
tx
:
number
;
ty
:
number
}
[]
Optional
ungroup
ungroup
?:
{
group
:
TIISymbol
}
Optional
updated
updated
?:
TIISymbol
[]
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
added
decorator
erased
group
matrix
order
replaced
rotate
scale
style
translate
ungroup
updated
iink-ts - v3.2.1
Loading...