UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

16 lines (15 loc) 323 B
export class Iv3dObjectProperty { prop1: string; prop2: string; type: string; label: string; min: number; max: number; value: any; step: number; deg: boolean; // TODO percent: boolean; // TODO values: any[] = null; readOnly: boolean; hidden: boolean; }