Implement CardFilterPanel
This commit is contained in:
@@ -18,10 +18,11 @@ Name | Type | Description | Notes
|
||||
**pendulumScale** | **number** | | [optional] [default to undefined]
|
||||
**pendulumEffect** | **string** | | [optional] [default to undefined]
|
||||
**linkValue** | **number** | | [optional] [default to undefined]
|
||||
**subType** | [**MonsterCardType**](MonsterCardType.md) | | [default to undefined]
|
||||
**type** | [**MonsterCardType**](MonsterCardType.md) | | [default to undefined]
|
||||
**monsterType** | [**MonsterType**](MonsterType.md) | | [default to undefined]
|
||||
**attribute** | [**Attribute**](Attribute.md) | | [default to undefined]
|
||||
**linkArrows** | [**Set<LinkArrow>**](LinkArrow.md) | | [default to undefined]
|
||||
**subTypes** | [**Set<MonsterCardSubType>**](MonsterCardSubType.md) | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
@@ -42,10 +43,11 @@ const instance: MonsterCard = {
|
||||
pendulumScale,
|
||||
pendulumEffect,
|
||||
linkValue,
|
||||
subType,
|
||||
type,
|
||||
monsterType,
|
||||
attribute,
|
||||
linkArrows,
|
||||
subTypes,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user