@vicinae/api
Preparing search index...
Image
Type Alias Image
Representation of an image, renderable everywhere Vicine expects them.
type
Image
=
{
fallback
?:
Fallback
|
null
;
mask
?:
Mask
|
null
;
source
:
Source
;
tintColor
?:
ColorLike
|
null
;
}
Index
Properties
fallback?
mask?
source
tint
Color?
Properties
Optional
fallback
fallback
?:
Fallback
|
null
Optional
mask
mask
?:
Mask
|
null
source
source
:
Source
Optional
tint
Color
tintColor
?:
ColorLike
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fallback
mask
source
tint
Color
@vicinae/api
Loading...
Representation of an image, renderable everywhere Vicine expects them.