HeaderCard
Defined in: header/card.ts:15
A single 80-character header card, parsed.
Properties
Section titled “Properties”comment?
Section titled “comment?”readonly optional comment?: string;Defined in: header/card.ts:22
commentary
Section titled “commentary”readonly commentary: boolean;Defined in: header/card.ts:24
COMMENT, HISTORY, or blank-keyword card.
keyword
Section titled “keyword”readonly keyword: string;Defined in: header/card.ts:20
Uppercased for normal keywords; for HIERARCH the full hierarchical name
(e.g. ESO DET CHIP1 NAME) with internal spacing preserved.
readonly raw: string;Defined in: header/card.ts:26
Original card image, right padding trimmed.
readonly value: HeaderValue;Defined in: header/card.ts:21