@argdown/core
Preparing search index...
IPCSStatement
Interface IPCSStatement
A statement used within an argument's premise-conclusion-structure ([[IArgument.pcs]])
interface
IPCSStatement
{
argumentTitle
?:
string
;
data
?:
any
;
endColumn
?:
number
;
endLine
?:
number
;
endOffset
?:
number
;
isReference
?:
boolean
;
isTopLevel
?:
boolean
;
ranges
?:
IRange
[]
;
role
:
PREMISE
|
INTERMEDIARY_CONCLUSION
|
MAIN_CONCLUSION
;
section
?:
ISection
|
null
;
startColumn
?:
number
;
startLine
?:
number
;
startOffset
?:
number
;
tags
?:
string
[]
;
text
?:
string
;
title
?:
string
;
type
:
STATEMENT
;
}
Hierarchy (
View Summary
)
IStatement
IPCSStatement
IConclusion
Index
Properties
argument
Title?
data?
end
Column?
end
Line?
end
Offset?
is
Reference?
is
Top
Level?
ranges?
role
section?
start
Column?
start
Line?
start
Offset?
tags?
text?
title?
type
Properties
Optional
argument
Title
argumentTitle
?:
string
Optional
data
data
?:
any
Optional
end
Column
endColumn
?:
number
Optional
end
Line
endLine
?:
number
Optional
end
Offset
endOffset
?:
number
Optional
is
Reference
isReference
?:
boolean
Optional
is
Top
Level
isTopLevel
?:
boolean
Optional
ranges
ranges
?:
IRange
[]
role
role
:
PREMISE
|
INTERMEDIARY_CONCLUSION
|
MAIN_CONCLUSION
Optional
section
section
?:
ISection
|
null
Optional
start
Column
startColumn
?:
number
Optional
start
Line
startLine
?:
number
Optional
start
Offset
startOffset
?:
number
Optional
tags
tags
?:
string
[]
Optional
text
text
?:
string
Optional
title
title
?:
string
type
type
:
STATEMENT
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
argument
Title
data
end
Column
end
Line
end
Offset
is
Reference
is
Top
Level
ranges
role
section
start
Column
start
Line
start
Offset
tags
text
title
type
@argdown/core
Loading...
A statement used within an argument's premise-conclusion-structure ([[IArgument.pcs]])