NodeCounts interface

Gets the count of nodes by count type

Properties

totalCount

Gets the total number of records matching countType criteria.

value

Gets an array of counts

Property Details

totalCount

Gets the total number of records matching countType criteria.

totalCount?: number

Property Value

number

value

Gets an array of counts

value?: NodeCount[]

Property Value