gi-nx / BlockDefinition
ts
type BlockDefinition = {
description?: string;
features: (
| PreStackedPoint
| PreStackedLineString
| PreStackedPolygon<Record<string, any>>)[];
id: BlockId;
keyWords?: string[];
name: string;
properties?: Record<string, any>;
};Properties
| Property | Type |
|---|---|
description? | string |
features | ( | PreStackedPoint | PreStackedLineString | PreStackedPolygon<Record<string, any>>)[] |
id | BlockId |
keyWords? | string[] |
name | string |
properties? | Record<string, any> |