Skip to main content
Version: v0.0.4

Interface: TerminatorRecord

The L (terminator) record - closes a message.

Extends

  • RecordBase

Properties

fields

readonly fields: readonly AstmField[]

The record's fields. fields[0] is the type-letter field; data fields are 1-indexed after it.

Inherited from

RecordBase.fields


recordIndex

readonly recordIndex: number

0-based ordinal of the record within the message.

Inherited from

RecordBase.recordIndex


type

readonly type: "L"

The record's raw type letter.

Overrides

RecordBase.type