Skip to content

Keywords

The Keywords Data Model describes the properties of keywords available to any card.

  • Parent file: Keywords
  • Parent property: data

TypeScript Model

Toggle Model
TypeScript
export type Keywords = {
  abilityWords: string[];
  keywordAbilities: string[];
  keywordActions: string[];
};

Model Properties

abilityWords

A list of ability words found in rules text on cards.

  • Type: string[]
  • Introduced: v4.3.0

keywordAbilities

A list of keyword abilities found in rules text on cards.

  • Type: string[]
  • Introduced: v4.3.0

keywordActions

A list of keyword actions found in rules text on cards.

  • Type: string[]
  • Introduced: v4.3.0