@vis-three/module-group
v0.7.0
Published
vis-three group module
Downloads
12
Readme
@vis-three/module-group
最新版本
license
模块信息
module.type
- 值:
group
module.object
- 值:
true
module.lifeOrder
- 值:
SUPPORT_LIFE_CYCLE.THREE
- 300
提供配置
组-Group
- 类型:
Group
- 配置类型:
export interface GroupConfig extends ObjectConfig {
children: string[];
}
- 默认配置:
{
children: [],
}