JavaScript & React libraryAPIInterfacesCosmographDataPrepResult

Interface: CosmographDataPrepResult<T>

Type Parameters

Type ParameterDefault type
TCosmographData

Properties

points?

optional points: T


optional links: T


pointsSummary?

optional pointsSummary: Record<string, unknown>[]


linksSummary?

optional linksSummary: Record<string, unknown>[]


pointsProcessedFully?

optional pointsProcessedFully: boolean

Indicates whether the points dataset was processed fully without hitting memory limits


linksProcessedFully?

optional linksProcessedFully: boolean

Indicates whether the links dataset was processed fully without hitting memory limits


cosmographConfig

cosmographConfig: OutputCosmographDataPrepConfig