scryfall-api
Toggle table of contents
1.0.2
js
Target filter
js
Switch theme
Search in API
Skip to content
scryfall-api
scryfall-api
/
devmugi.mtgcards.scryfall.js.models
/
JsImageUris
Js
Image
Uris
js
data
class
JsImageUris
(
val
small
:
String
?
=
null
,
val
normal
:
String
?
=
null
,
val
large
:
String
?
=
null
,
val
png
:
String
?
=
null
,
val
artCrop
:
String
?
=
null
,
val
borderCrop
:
String
?
=
null
)
Members
Constructors
Js
Image
Uris
Link copied to clipboard
js
constructor
(
small
:
String
?
=
null
,
normal
:
String
?
=
null
,
large
:
String
?
=
null
,
png
:
String
?
=
null
,
artCrop
:
String
?
=
null
,
borderCrop
:
String
?
=
null
)
Properties
art
Crop
Link copied to clipboard
js
val
artCrop
:
String
?
border
Crop
Link copied to clipboard
js
val
borderCrop
:
String
?
large
Link copied to clipboard
js
val
large
:
String
?
normal
Link copied to clipboard
js
val
normal
:
String
?
png
Link copied to clipboard
js
val
png
:
String
?
small
Link copied to clipboard
js
val
small
:
String
?