Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StoredListNodeInfo

Information about a list node.

Hierarchy

Index

Properties

comments

comments: StringLiteral[] = []

The comments attached to the enclosing object.

Optional hasRootNode

hasRootNode: undefined | string = undefined

The IRI of the root node of the list that this node belongs to.

id

id: string = ""

The ID of the enclosing object.

Optional isRootNode

isRootNode: undefined | false | true = undefined

True if this is the root node of a list.

labels

labels: StringLiteral[] = []

The labels attached to the enclosing object.

Optional name

name: undefined | string = undefined

The name of the enclosing object.

Optional position

position: undefined | number = undefined

The position of a list node.

Optional projectIri

projectIri: undefined | string = undefined

The IRI of a project.

Generated using TypeDoc