Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISection

A section in an Argdown document. Sections can contain other sections as children. They are derived from headings and used to derive groups (clusters) in argument maps.

Hierarchy

Index

Properties

children

children: ISection[]

Optional color

color: string

Optional data

data: any

Optional endColumn

endColumn: number

Optional endLine

endLine: number

Optional endOffset

endOffset: number

Optional fontColor

fontColor: string

Optional heading

heading: IRuleNode

id

id: string

An automatically generated id unique among sections

Optional isClosed

isClosed: boolean

Optional isGroup

isGroup: boolean

Should this section be used as a group in the argument map?

If isGroup is undefined, the section will be used as a group if level > maxLevel - groupDepth.

level

level: number

Optional parent

parent: ISection

Optional ranges

ranges: IRange[]

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: SECTION

Generated using TypeDoc