Skip to main content
Version: v0.0.4

Interface: CommentInput

Input for a C (comment) record.

Properties

commentType?

readonly optional commentType?: string

Field 5 - comment type code, emitted verbatim.


seq?

readonly optional seq?: string


source?

readonly optional source?: string

Field 3 - comment source.


text?

readonly optional text?: string

Field 4 - comment text (a single component). Use CommentInput.textComponents for a structured comment.


textComponents?

readonly optional textComponents?: readonly string[]

Field 4 - comment text as explicit components (takes precedence over text when set).


type

readonly type: "C"