tormenta20 - v0.0.0
    Preparing search index...

    Class Livro

    A Livro (sourcebook) in Tormenta20.

    Used internally as the target of indice_remissivo entries.

    Livro.all()
    Livro.find("t20jaf")

    Hierarchy

    • BaseModel
      • Livro
    Index

    Constructors

    • Parameters

      • _row: Record<string, unknown>

      Returns Livro

    Accessors

    • get createdAt(): string

      ISO 8601 timestamp of record creation.

      Returns string

    • get id(): string

      Unique string identifier (e.g. "espada_longa", "guerreiro").

      Returns string

    • get name(): string

      Display name.

      Returns string

    • get nomeCurto(): string

      Short name used in formatted references (e.g. "T20JAF").

      Returns string

    • get updatedAt(): string

      ISO 8601 timestamp of last update.

      Returns string

    Methods

    • Returns a plain-object representation of this record.

      Returns { id: string; nome: string; nome_curto: string }