Interface: MetaInfo
Defined in: src/types.ts:150
Indexable
ts
[key: string]: anyProperties
dataType
ts
dataType: NumericType;Defined in: src/types.ts:151
dimensions
ts
dimensions: number[];Defined in: src/types.ts:152
spacing?
ts
optional spacing?: number[];Defined in: src/types.ts:153
origin?
ts
optional origin?: number[];Defined in: src/types.ts:154
direction?
ts
optional direction?: number[][];Defined in: src/types.ts:155
units?
ts
optional units?: string[];Defined in: src/types.ts:156
description?
ts
optional description?: string;Defined in: src/types.ts:157