Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

_id

_id: ObjectId

appId

appId: ObjectId

childrenIds

childrenIds: ObjectId[]

Optional data

data: { attributes?: { normal?: { array: number[] }; position?: { array: number[] } }; vertices?: any[] }

Type declaration

  • Optional attributes?: { normal?: { array: number[] }; position?: { array: number[] } }
    • Optional normal?: { array: number[] }
      • array: number[]
    • Optional position?: { array: number[] }
      • array: number[]
  • Optional vertices?: any[]

importId

importId: string

Optional name

name: string

parentId

parentId: ObjectId

siteId

siteId: ObjectId

type

type: string

Optional userData

userData: {}

Type declaration

  • [key: string]: any

uuid

uuid: string

Generated using TypeDoc