Searched refs:ChildProperty (Results 1 – 2 of 2) sorted by relevance
27 ChildProperty72 child: ChildProperty,94 export interface ChildProperty { interface97 children?: ChildProperty[];
25 import {ChildProperty, PropertyTreeBuilder} from './property_tree_builder';33 private additionalProperties: ChildProperty[] = [];45 addChildProperty(value: ChildProperty): this {