@typhonjs-tcg/scrydex
@typhonjs-tcg/scrydex/data/db
CardDB
File
JSON
Interface JSON
Defines the card DB JSON file format.
interface
JSON
{
cards
:
Card
[]
;
meta
:
CardDB
.
File
.
Metadata
;
}
Index
Properties
cards
meta
Properties
cards
cards
:
Card
[]
List of associated cards.
meta
meta
:
CardDB
.
File
.
Metadata
Metadata about this card DB.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
cards
meta
@typhonjs-tcg/scrydex
Defines the card DB JSON file format.