Preparing search index...
The search index is not available
@chili-publish/studio-sdk
@chili-publish/studio-sdk
types/FrameTypes
ShapeFrame
Type Alias ShapeFrame
ShapeFrame
:
{
blendMode
:
BlendMode
;
id
:
Id
;
name
:
string
;
shapeProperties
:
{
allCornersSame
:
boolean
;
enableFill
:
boolean
;
enableStroke
:
boolean
;
fillColor
:
ColorUsage
;
strokeColor
:
ColorUsage
;
strokeWeight
:
number
;
}
;
src
:
{
cornerRadius
:
CornerRadiusNone
|
CornerRadiusAll
|
CornerRadiusOnly
;
sides
?:
number
;
type
:
ShapeType
;
}
;
type
:
shape
;
}
Type declaration
blendMode
:
BlendMode
id
:
Id
name
:
string
shapeProperties
:
{
allCornersSame
:
boolean
;
enableFill
:
boolean
;
enableStroke
:
boolean
;
fillColor
:
ColorUsage
;
strokeColor
:
ColorUsage
;
strokeWeight
:
number
;
}
src
:
{
cornerRadius
:
CornerRadiusNone
|
CornerRadiusAll
|
CornerRadiusOnly
;
sides
?:
number
;
type
:
ShapeType
;
}
type
:
shape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@chili-publish/studio-sdk
Loading...