Version 1
Common Interface IDataScope GrapeCity DataViewsJS Interface

IDataScope Interface

Common abstraction for IDataManagerNode or IDataManagerGroup

Heirarchy

Properties

Methods

Properties

collapsed

collapsed: boolean

The collapse status of this data scope

path

path: number[]

An array of indexes that indicate the path from the root scope to the current scope

type

Returns scope type ('group' or 'node')

Methods

evaluate

  • evaluate(formula: string): any
  • Evaluates the formula with the current data context

    Parameters

    • formula: string

      The formula to be evaluated

    Returns any

    The evaluated result