@cearth/tools
Version:
CEarth 的 工具库
16 lines (9 loc) • 555 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [PrimitiveElement](./tools.primitiveelement.md)
## PrimitiveElement type
代表所有可加入 PrimitiveCollection 中的类型
<b>Signature:</b>
```typescript
export declare type PrimitiveElement = PrimitiveObject | PrimitiveObjectCollection | Globe;
```
<b>References:</b> [PrimitiveObject](./tools.primitiveobject.md)<!-- -->, [PrimitiveObjectCollection](./tools.primitiveobjectcollection.md)