Skip to content

Interface: MetaInfo

Defined in: src/types.ts:150

Indexable

ts
[key: string]: any

Properties

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

Released under the MIT License.