Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStatement

Each statement represents a paragraph of text in the original Argdown source code. Statements are thus not "propositions" in the philosophical sense or "strings" in the computational sense. Instead they represent string occurrences in a document.

Each statement that is not an argument description, belongs to exactly one IEquivalenceClass, identified by the statement's title. If no title was defined, a title is automatically generated.

If the statement has the role StatementRole.ARGUMENT_DESCRIPTION and the statement's title will refer to an argument instead of an equivalence class. See [[IARgumentDescription]].

Statement and argument references are also stored as IStatement objects. The only differences are that they have no text and that isReference is true.

For further details on the relationship between equivalence classes and statements, see IEquivalenceClass.

Hierarchy

Index

Properties

Optional data

data: any

Optional endColumn

endColumn: number

Optional endLine

endLine: number

Optional endOffset

endOffset: number

Optional isReference

isReference: boolean

Optional isTopLevel

isTopLevel: boolean

Optional ranges

ranges: IRange[]

Optional role

Optional section

section: null | ISection

Optional startColumn

startColumn: number

Optional startLine

startLine: number

Optional startOffset

startOffset: number

Optional tags

tags: string[]

Optional text

text: string

Optional title

title: string

type

type: STATEMENT

Generated using TypeDoc