interface IItemLevel {
    items: IItem[];
    name: string;
    type: AnnotationLevelType;
}

Hierarchy (view full)

Implemented by

Properties

Properties

items: IItem[]
name: string