kilua-project
Toggle table of contents
0.0.26
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-routing
/
dev.kilua.routing
/
OpenGraphImage
Open
Graph
Image
@
Serializable
data
class
OpenGraphImage
(
var
url
:
String
,
var
width
:
Int
?
=
null
,
var
height
:
Int
?
=
null
,
var
alt
:
String
?
=
null
)
(
source
)
Represents an Open Graph image with optional width, height, and alt text.
Members
Constructors
Open
Graph
Image
Link copied to clipboard
constructor
(
url
:
String
,
width
:
Int
?
=
null
,
height
:
Int
?
=
null
,
alt
:
String
?
=
null
)
Properties
alt
Link copied to clipboard
var
alt
:
String
?
height
Link copied to clipboard
var
height
:
Int
?
url
Link copied to clipboard
var
url
:
String
width
Link copied to clipboard
var
width
:
Int
?