TopologyHandle

Type alias TopologyHandle

TopologyHandle: { entityID?: number; entityType?: EntityType; shapeInstanceID: number }

The TopologyHandle holds a Shape and/or Entity identifier.

Type declaration

  • Optional entityID?: number
  • Optional entityType?: EntityType
  • shapeInstanceID: number