Interface: CommentInput
Input for a C (comment) record.
Properties
commentType?
readonlyoptionalcommentType?:string
Field 5 - comment type code, emitted verbatim.
seq?
readonlyoptionalseq?:string
source?
readonlyoptionalsource?:string
Field 3 - comment source.
text?
readonlyoptionaltext?:string
Field 4 - comment text (a single component). Use CommentInput.textComponents for a structured comment.
textComponents?
readonlyoptionaltextComponents?: readonlystring[]
Field 4 - comment text as explicit components (takes precedence over text when set).
type
readonlytype:"C"