@ng-ui-libraries/forms
Version:
26 lines (25 loc) • 665 B
TypeScript
export declare class NestedListDemoComponent {
model: {
nestedListNode: {
'id': number;
'name': string;
'children': {
'id': number;
'name': string;
'children': {
'id': number;
'name': string;
'children': any[];
'state': string;
'parent': any;
}[];
'state': string;
'parent': any;
}[];
'state': string;
'parent': any;
'text': string;
};
};
markup: string;
}