Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/DocumentTypes
FrameProperty
Interface FrameProperty
interface
FrameProperty
{
height
?:
number
;
id
:
string
;
isVisible
?:
boolean
;
rotationDegrees
?:
number
;
rotationOriginY
?:
number
;
scaleX
?:
number
;
scaleY
?:
number
;
type
:
FramePropertiesType
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Hierarchy (
View Summary
)
FrameProperty
TopFrameProperty
Index
Properties
height?
id
is
Visible?
rotation
Degrees?
rotation
OriginY?
scaleX?
scaleY?
type
width?
x?
y?
Properties
Optional
height
height
?:
number
id
id
:
string
Optional
is
Visible
isVisible
?:
boolean
Optional
rotation
Degrees
rotationDegrees
?:
number
Optional
rotation
OriginY
rotationOriginY
?:
number
Optional
scaleX
scaleX
?:
number
Optional
scaleY
scaleY
?:
number
type
type
:
FramePropertiesType
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
id
is
Visible
rotation
Degrees
rotation
OriginY
scaleX
scaleY
type
width
x
y
@chili-publish/studio-sdk
Loading...