core
0.11.3
core
/
de.peekandpoke.kraft.addons.images
/
SrcSetImage
/
Props
Props
data
class
Props
(
var
src
:
String
,
var
sizes
:
ImageSizes
,
var
alt
:
String
,
var
configure
:
IMG
.
(
)
->
Unit
=
{}
)
Content copied to clipboard
Constructors
Properties
Constructors
Props
Link copied to clipboard
fun
Props
(
src
:
String
,
sizes
:
ImageSizes
,
alt
:
String
,
configure
:
IMG
.
(
)
->
Unit
=
{}
)
Content copied to clipboard
Properties
alt
Link copied to clipboard
var
alt
:
String
Content copied to clipboard
configure
Link copied to clipboard
var
configure
:
IMG
.
(
)
->
Unit
Content copied to clipboard
sizes
Link copied to clipboard
var
sizes
:
ImageSizes
Content copied to clipboard
src
Link copied to clipboard
var
src
:
String
Content copied to clipboard