interface IModelInitializationDirect {
    children: IModelInitializationDirectChild[];
    label: string;
}

Properties

Properties

label: string