Skip to content

@vttforge/core / Keyword

Interface: Keyword

Properties

category?

readonly optional category?: string

Groups the keyword in the journal. Keywords without one come first.


description

readonly description: string

The tooltip and the journal text, as a localization key or plain text.


id

readonly id: string

One segment of letters, digits and hyphens: what goes in @Keyword[id].


label

readonly label: string

The text shown, as a localization key or plain text.

MIT licensed.