@zeplin/extension-model
Preparing search index...
VersionSnapshot
Interface VersionSnapshot
interface
VersionSnapshot
{
assets
?:
Asset
[]
;
backgroundColor
?:
{
a
:
number
;
b
:
number
;
g
:
number
;
name
?:
string
;
r
:
number
;
}
;
componentNames
?:
string
[]
;
grid
?:
VersionGrid
;
height
:
number
;
layers
?:
LayerData
[]
;
links
?:
VersionLink
[]
;
source
:
VersionSource
;
url
:
string
;
width
:
number
;
}
Index
Properties
assets?
background
Color?
component
Names?
grid?
height
layers?
links?
source
url
width
Properties
Optional
assets
assets
?:
Asset
[]
Optional
background
Color
backgroundColor
?:
{
a
:
number
;
b
:
number
;
g
:
number
;
name
?:
string
;
r
:
number
}
Optional
component
Names
componentNames
?:
string
[]
Optional
grid
grid
?:
VersionGrid
height
height
:
number
Optional
layers
layers
?:
LayerData
[]
Optional
links
links
?:
VersionLink
[]
source
source
:
VersionSource
url
url
:
string
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assets
background
Color
component
Names
grid
height
layers
links
source
url
width
@zeplin/extension-model
Loading...