Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the metadata describing an Ironsworn encounter's nature; used as a category to contain all Encounters of that type.

Hierarchy

Index

Properties

$id: string
pattern

^Ironsworn/Encounters/[A-z_-]+$

Description: string

A user-facing markdown description of the item, consisting of one or more paragraphs.

markdown

Data relevant to this item's display/rendering.

Encounters: IEncounterIronsworn[]

The item's internal name. Should be unique among its sibling elements, as this key is often used (along with the object's ancestors) to generate its $id.

If the item has Display.Title, that should be preferred for most user-facing labels.

Source: ISource

Information on this item's source.

Summary: string

A user-facing markdown summary of the item. Summary is shorter than Description.

Generated using TypeDoc