Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / SpatialWeightsAdditionalData

Type Alias: SpatialWeightsAdditionalData

SpatialWeightsAdditionalData = object

Defined in: src/weights/tool.ts:40

Indexable

[id: string]: string | { content: { weights: number[][]; weightsMeta: WeightsMeta; }; type: "weights"; }

Properties

weightsId

weightsId: string

Defined in: src/weights/tool.ts:41

Released under the MIT License.