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
/
JsScryfallCardList
/
JsScryfallCardList
Js
Scryfall
Card
List
js
constructor
(
objectType
:
String
=
"list"
,
hasMore
:
Boolean
=
false
,
nextPage
:
String
?
=
null
,
totalCards
:
Int
?
=
null
,
data
:
Array
<
JsCard
>
=
emptyArray()
,
warnings
:
Array
<
String
>
?
=
null
,
notFound
:
Array
<
JsNotFound
>
?
=
null
)