mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
add hierarchy docs
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
110381c0af
commit
29118f59d9
@ -19,6 +19,9 @@ import { TxProcessor } from './tx'
|
|||||||
|
|
||||||
import core from './component'
|
import core from './component'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @public
|
||||||
|
*/
|
||||||
export class Hierarchy {
|
export class Hierarchy {
|
||||||
private readonly classes = new Map<Ref<Class<Obj>>, Class<Obj>>()
|
private readonly classes = new Map<Ref<Class<Obj>>, Class<Obj>>()
|
||||||
private readonly attributes = new Map<Ref<Class<Obj>>, Map<string, AnyAttribute>>()
|
private readonly attributes = new Map<Ref<Class<Obj>>, Map<string, AnyAttribute>>()
|
||||||
|
Loading…
Reference in New Issue
Block a user